Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / AddDeletedNotify Method


In This Topic
    AddDeletedNotify Method (PSObjects)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Sub AddDeletedNotify( _
       ByVal target As IElementDeletedNotify _
    ) 
    'Usage
     
    
    Dim instance As PSObjects
    Dim target As IElementDeletedNotify
     
    instance.AddDeletedNotify(target)
    public virtual void AddDeletedNotify( 
       IElementDeletedNotify target
    )

    Parameters

    target
    See Also