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


In This Topic
    RecordStateChange Method
    In This Topic
    Records the entire state of a history target
    Syntax
    'Declaration
     
    Public Sub RecordStateChange( _
       ByVal target As IHistoryTarget _
    ) 
    'Usage
     
    Dim instance As History
    Dim target As IHistoryTarget
     
    instance.RecordStateChange(target)
    public void RecordStateChange( 
       IHistoryTarget target
    )

    Parameters

    target
    Remarks
    When executing the target receives a OnStateChange 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