ShellFolderViewOC.SelectionChanged event

Indicates that the selection state of one or more items in the view has changed.

Syntax

function EventHandler()
{
    // Code to handle the event.
}

// Set the event property to the handler.
ShellFolderViewOC.SelectionChanged = EventHandler;

Parameters

This event handler has no parameters.

Remarks

Provide event handling code for this event as shown here.

 
Private Sub object_SelectionChanged()
    'Event handling code
End Sub
                

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional, Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Shldisp.h
IDL
Shldisp.idl
DLL
Shell32.dll (version 5.0 or later)

See also

ShellFolderViewOC