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


In This Topic
    RecordNestedFieldChange Method
    In This Topic
    Records a single property change of a history target nested object field
    Syntax
    'Declaration
     
    Public Sub RecordNestedFieldChange( _
       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.RecordNestedFieldChange(target, nestedObjectPath, fieldname)
    public void RecordNestedFieldChange( 
       IHistoryTarget target,
       string[] nestedObjectPath,
       string fieldname
    )

    Parameters

    target
    nestedObjectPath
    fieldname
    Remarks
    When executing the target receives a OnFieldChange 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