OnFileOk Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Called just before the dialog is about to return with a result.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
protected virtual void OnFileOk(
	CancelEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnFileOk ( _
	e As CancelEventArgs _
)
Visual C++
protected:
virtual void OnFileOk(
	CancelEventArgs^ e
)

Parameters

e
Type: System.ComponentModel..::.CancelEventArgs
The event data.

See Also