FileDialog.OnFileOk(CancelEventArgs) Method

Definition

Raises the FileOk event.

protected:
 void OnFileOk(System::ComponentModel::CancelEventArgs ^ e);
protected void OnFileOk (System.ComponentModel.CancelEventArgs e);
member this.OnFileOk : System.ComponentModel.CancelEventArgs -> unit
Protected Sub OnFileOk (e As CancelEventArgs)

Parameters

e
CancelEventArgs

A CancelEventArgs that contains the event data.

Applies to

See also