Événement WebViewFolderContents.SelectionChanged
Se produit lorsque l’état de sélection d’un ou plusieurs éléments de la vue a changé.
Syntaxe
function EventHandler()
{
// Code to handle the event.
}
// Set the event property to the handler.
WebViewFolderContents.SelectionChanged = EventHandler;
Paramètres
Ce gestionnaire d’événements n’a aucun paramètre.
Exemples
L’exemple suivant montre l’utilisation appropriée de cet événement pour JScript incorporé dans 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>
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 2000 Professionnel, Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows 2000 Server [applications de bureau uniquement] |
En-tête |
|
IDL |
|
DLL |
|