Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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