Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / elementNotifyList Field


In This Topic
    elementNotifyList Field (Elements)
    In This Topic
    Array list of element notify
    Syntax
    'Declaration
     
    
    Protected elementNotifyList As ArrayList
    'Usage
     
    
    Dim instance As Elements
    Dim value As ArrayList
     
    value = instance.elementNotifyList
     
    instance.elementNotifyList = value
    protected ArrayList elementNotifyList
    See Also