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


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

    Parameters

    target
    See Also