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


In This Topic
    FireElementDeletingNotify Method (PSObjects)
    In This Topic
    Internal use only
    Syntax
    'Declaration
     
    
    Public Overridable Sub FireElementDeletingNotify( _
       ByVal element As Object _
    ) 
    'Usage
     
    
    Dim instance As PSObjects
    Dim element As Object
     
    instance.FireElementDeletingNotify(element)
    public virtual void FireElementDeletingNotify( 
       object element
    )

    Parameters

    element
    See Also