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


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

    Parameters

    elem
    See Also