OnOpening Method

Vista Bridge Library

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

Called when the dialog is opened.

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 OnOpening(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnOpening ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnOpening(
	EventArgs^ e
)

Parameters

e
Type: System..::.EventArgs
The event data.

See Also