MediaElement.ScriptCommand Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit lorsqu'une commande de script est rencontrée sur le média.
public:
event EventHandler<System::Windows::MediaScriptCommandRoutedEventArgs ^> ^ ScriptCommand;
public event EventHandler<System.Windows.MediaScriptCommandRoutedEventArgs> ScriptCommand;
member this.ScriptCommand : EventHandler<System.Windows.MediaScriptCommandRoutedEventArgs>
Public Custom Event ScriptCommand As EventHandler(Of MediaScriptCommandRoutedEventArgs)
Type d'événement
Remarques
Informations sur les événements acheminés
Champ d’identificateur | ScriptCommandEvent |
Stratégie de routage | Bouillonnant |
Délégué | EventHandler, avec contrainte de MediaScriptCommandRoutedEventArgs |