WebViewFolderContents.SelectionChanged event
Occurs when the selection state of any item or items in the view has changed.
Syntax
function EventHandler()
{
// Code to handle the event.
}
// Set the event property to the handler.
WebViewFolderContents.SelectionChanged = EventHandler;
Parameters
This event handler has no parameters.
Examples
The following example shows the proper usage of this event for JScript embedded in HTML.
<html>
<head>
...
<script language="JavaScript">
function fnWebViewFolderContentsSelectionChangedJ()
{
alert("SelectionChanged event was called");
}
</script>
<script language="JavaScript" for="FileList" event="SelectionChanged">
fnWebViewFolderContentsSelectionChangedJ();
</script>
</head>
<body>
...
<object id=FileList classid="clsid:aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" tabIndex=1>
</body>
</html>
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
IDL |
|
DLL |
|