RaiseSelectedIndexChangedEvent Method

Vista Bridge Library

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

Raises the SelectedIndexChanged event if 'this' control is enabled.

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

Syntax

C#
public void RaiseSelectedIndexChangedEvent()
Visual Basic (Declaration)
Public Sub RaiseSelectedIndexChangedEvent
Visual C++
public:
virtual void RaiseSelectedIndexChangedEvent() sealed

Remarks

adding this method to the ICommonFileDialogIndexedControls interface means that we can't have it internal, and in fact it now needs to be public.

See Also