| ExpandButtonClickedEventArgs Constructor |
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
)
Public Sub New (
expanded As Boolean
)
public:
ExpandButtonClickedEventArgs(
bool expanded
)
new :
expanded : bool -> ExpandButtonClickedEventArgs
Parameters
- expanded
- Type: SystemBoolean
if the the expanded content on the dialog is shown; otherwise, .
See Also