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


In This Topic
    StartTargetAdded Method
    In This Topic
    Records a target added event
    Syntax
    'Declaration
     
    Public Sub StartTargetAdded( _
       ByVal target As IHistoryTarget, _
       ByVal collection As IHistoryTargetCollection, _
       ByVal sDesc As String _
    ) 
    'Usage
     
    Dim instance As History
    Dim target As IHistoryTarget
    Dim collection As IHistoryTargetCollection
    Dim sDesc As String
     
    instance.StartTargetAdded(target, collection, sDesc)
    public void StartTargetAdded( 
       IHistoryTarget target,
       IHistoryTargetCollection collection,
       string sDesc
    )

    Parameters

    target
    collection
    sDesc
    Remarks
    On Undo the target receives a OnBeforeHistoryDelete call. The colleciton receives a DeleteHistoryTarget call. On Redo the colleciton receives a AddHistoryTarget call. The target receives a OnAfterAdd 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