NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileDialog.RemoveOnFileOk

Removes an event handler that has been associated with the System.WinForms.FileDialog.FileOk event.

[Visual Basic]
Public Sub RemoveOnFileOk( _
   ByVal handler As CancelEventHandler _
)
[C#]
public void RemoveOnFileOk(
   CancelEventHandler handler
);
[C++]
public: void RemoveOnFileOk(
   CancelEventHandler* handler
);
[JScript]
public function RemoveOnFileOk(
   handler : CancelEventHandler
);

Parameters

handler
The CancelEventHandler delegate to remove.

See Also

FileDialog Class | FileDialog Members | System.WinForms Namespace | System.WinForms.FileDialog.onFileOk