Click or drag to resize

VistaFileDialogOnFileOk Method

Raises the FileOk event.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void OnFileOk(
	CancelEventArgs e
)

Parameters

e
Type: System.ComponentModelCancelEventArgs
A CancelEventArgs that contains the event data.
See Also