  | TaskDialogVerificationClicked Event | 
 
            Event raised when the user clicks the verification check box.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic event EventHandler VerificationClicked
Public Event VerificationClicked As EventHandler
public:
 event EventHandler^ VerificationClicked {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}member VerificationClicked : IEvent<EventHandler,
    EventArgs>
Value
Type: 
SystemEventHandler
See Also