  | 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)
Syntaxpublic event EventHandler<ExpandButtonClickedEventArgs> ExpandButtonClicked
Public Event ExpandButtonClicked As EventHandler(Of ExpandButtonClickedEventArgs)
public:
 event EventHandler<ExpandButtonClickedEventArgs^>^ ExpandButtonClicked {
	void add (EventHandler<ExpandButtonClickedEventArgs^>^ value);
	void remove (EventHandler<ExpandButtonClickedEventArgs^>^ value);
}member ExpandButtonClicked : IEvent<EventHandler<ExpandButtonClickedEventArgs>,
    ExpandButtonClickedEventArgs>
Value
Type: 
SystemEventHandlerExpandButtonClickedEventArgs
Remarks
            The 
Expanded property indicates if the expanded information is visible
            or not after the click.
            
See Also