Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / History Class / RecordNestedPropertyChange Method


In This Topic
    RecordNestedPropertyChange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RecordNestedPropertyChange( _
       ByVal target As IHistoryTarget, _
       ByVal nestedObjectPath() As String, _
       ByVal fieldname As String _
    ) 
    'Usage
     
    Dim instance As History
    Dim target As IHistoryTarget
    Dim nestedObjectPath() As String
    Dim fieldname As String
     
    instance.RecordNestedPropertyChange(target, nestedObjectPath, fieldname)
    public void RecordNestedPropertyChange( 
       IHistoryTarget target,
       string[] nestedObjectPath,
       string fieldname
    )

    Parameters

    target
    nestedObjectPath
    fieldname
    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