  | VistaSaveFileDialogOnFileOk Method  | 
  
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected override void OnFileOk(
	CancelEventArgs e
)
Protected Overrides Sub OnFileOk ( 
	e As CancelEventArgs
)
protected:
virtual void OnFileOk(
	CancelEventArgs^ e
) override
abstract OnFileOk : 
        e : CancelEventArgs -> unit 
override OnFileOk : 
        e : CancelEventArgs -> unit Parameters
- e
 - Type: System.ComponentModelCancelEventArgs
A CancelEventArgs that contains the event data. 
See Also