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