Click or drag to resize

ExpandButtonClickedEventArgs Constructor

Initializes a new instance of the ExpandButtonClickedEventArgs class with the specified expanded state.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ExpandButtonClickedEventArgs(
	bool expanded
)

Parameters

expanded
Type: SystemBoolean
if the the expanded content on the dialog is shown; otherwise, .
See Also