|  | InputDialogOkButtonClicked Event | 
 
            Event raised when the user clicks the OK button on the dialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic event EventHandler<OkButtonClickedEventArgs> OkButtonClicked
Public Event OkButtonClicked As EventHandler(Of OkButtonClickedEventArgs)
public:
 event EventHandler<OkButtonClickedEventArgs^>^ OkButtonClicked {
	void add (EventHandler<OkButtonClickedEventArgs^>^ value);
	void remove (EventHandler<OkButtonClickedEventArgs^>^ value);
}member OkButtonClicked : IEvent<EventHandler<OkButtonClickedEventArgs>,
    OkButtonClickedEventArgs>
Value
Type: 
SystemEventHandlerOkButtonClickedEventArgs Remarks
Remarks
            Set the 
Cancel property to 
 to prevent the dialog from closing.
            
 See Also
See Also