Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
IDL |
|
DLL |
|
See also