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


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

    Parameters

    elem
    See Also