'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.
Property | Description |
---|---|
Element |
See Also