| TaskDialogOnDestroyed Method |
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected virtual void OnDestroyed(
EventArgs e
)
Protected Overridable Sub OnDestroyed (
e As EventArgs
)
protected:
virtual void OnDestroyed(
EventArgs^ e
)
abstract OnDestroyed :
e : EventArgs -> unit
override OnDestroyed :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
The EventArgs containing the data for the event.
See Also