FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / ElementDeletingNotify Event


ElementDeletingNotify Event (PSObjects)
Occurs when an element is deleted.
Syntax
'Declaration
 
Public Event ElementDeletingNotify As Elements.ElementDeletingNotifyEventHandler
 
'Usage
 
Dim instance As PSObjects
Dim handler As Elements.ElementDeletingNotifyEventHandler
 
AddHandler instance.ElementDeletingNotify, handler
Event Data

The event handler receives an argument of type Elements.ElementDeletingNotifyEventArgs containing data related to this event. The following Elements.ElementDeletingNotifyEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also