Click or drag to resize

TaskDialogExpandButtonClicked Event

Event raised when the user clicks the expand button on the task dialog.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event EventHandler<ExpandButtonClickedEventArgs> ExpandButtonClicked

Value

Type: SystemEventHandlerExpandButtonClickedEventArgs
Remarks
The Expanded property indicates if the expanded information is visible or not after the click.
See Also