Evento WebViewFolderContents.SelectionChanged
Si verifica quando lo stato di selezione di qualsiasi elemento o elemento nella visualizzazione è stato modificato.
Sintassi
function EventHandler()
{
// Code to handle the event.
}
// Set the event property to the handler.
WebViewFolderContents.SelectionChanged = EventHandler;
Parametri
Questo gestore eventi non ha parametri.
Esempio
Nell'esempio seguente viene illustrato l'utilizzo corretto di questo evento per JScript incorporato 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:1820FED0-473E-11D0-A96C-00C04FD705A2" tabIndex=1>
</body>
</html>
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 2000 Professional, Windows XP [solo app desktop] |
Server minimo supportato |
Windows 2000 Server [solo app desktop] |
Intestazione |
|
IDL |
|
DLL |
|