Click or drag to resize

TaskDialogOnExpandButtonClicked Method

Raises the ExpandButtonClicked event.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void OnExpandButtonClicked(
	ExpandButtonClickedEventArgs e
)

Parameters

e
Type: Ookii.DialogsExpandButtonClickedEventArgs
The ExpandButtonClickedEventArgs containing the data for the event.
See Also