Spread Windows Forms 12.0 Product Documentation
ElementDeletingNotify Event


FarPoint.Win Assembly > FarPoint.Win Namespace > Elements Class : 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
public event Elements.ElementDeletingNotifyEventHandler ElementDeletingNotify
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