Evento WebViewFolderContents.SelectionChanged
Se produce cuando el estado de selección de cualquier elemento o elemento de la vista ha cambiado.
Sintaxis
function EventHandler()
{
// Code to handle the event.
}
// Set the event property to the handler.
WebViewFolderContents.SelectionChanged = EventHandler;
Parámetros
Este controlador de eventos no tiene parámetros.
Ejemplos
En el ejemplo siguiente se muestra el uso adecuado de este evento para JScript insertado en 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>
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible |
Windows 2000 Professional, Windows XP [solo aplicaciones de escritorio] |
Servidor mínimo compatible |
Windows 2000 Server [solo aplicaciones de escritorio] |
Encabezado |
|
IDL |
|
Archivo DLL |
|