MediaElement.ScriptCommand 이벤트

정의

미디어에서 스크립트 명령이 발견되면 발생합니다.

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) 

이벤트 유형

설명

라우트된 이벤트 정보

Item Value
식별자 필드 ScriptCommandEvent
라우팅 전략 버블링
대리자 EventHandler의 제약 조건 MediaScriptCommandRoutedEventArgs

적용 대상