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


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

    Parameters

    element
    See Also