MediaElement.ScriptCommand 이벤트
정의
미디어에 스크립트 명령이 있으면 발생합니다.Occurs when a script command is encountered in the media.
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)
이벤트 유형
설명
라우팅 이벤트 정보Routed Event Information
식별자 필드Identifier field | ScriptCommandEvent |
라우팅 전략Routing strategy | 버블링Bubbling |
대리자Delegate | EventHandler에서의 제약 조건을 사용 하 여 MediaScriptCommandRoutedEventArgsEventHandler, with constraint of MediaScriptCommandRoutedEventArgs |