FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / elementNotifyList Field


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