Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / ElementDeletingNotify Event


ElementDeletingNotify Event
Occurs when an element is deleted.
Syntax
'Declaration
 
Public Event ElementDeletingNotify As Elements.ElementDeletingNotifyEventHandler
 
'Usage
 
Dim instance As Elements
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