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


In This Topic
    StartTargetDeleted Method
    In This Topic
    Records a target deleted event
    Syntax
    'Declaration
     
    Public Sub StartTargetDeleted( _
       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.StartTargetDeleted(target, collection, sDesc)
    public void StartTargetDeleted( 
       IHistoryTarget target,
       IHistoryTargetCollection collection,
       string sDesc
    )

    Parameters

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