Xceed Chart for WinForms v4.4 Documentation
RecordNestedStateChange Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > History Class : RecordNestedStateChange Method
Records the entire state of a history target nested object
Syntax
'Declaration
 
Public Sub RecordNestedStateChange( _
   ByVal target As IHistoryTarget, _
   ByVal nestedObjectPath() As String _
) 
'Usage
 
Dim instance As History
Dim target As IHistoryTarget
Dim nestedObjectPath() As String
 
instance.RecordNestedStateChange(target, nestedObjectPath)
public void RecordNestedStateChange( 
   IHistoryTarget target,
   string[] nestedObjectPath
)

Parameters

target
nestedObjectPath
Remarks
When executing the target receives a OnNestedStateChange call
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

History Class
History Members