'宣言 Public Event MediaCommand As System.Windows.Media.MediaCommandEventHandler
public event System.Windows.Media.MediaCommandEventHandler MediaCommand
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Media.MediaCommandEventArgs 型の引数を受け取りました。次の MediaCommandEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Handled | Gets or sets a value that indicates whether the routed event has been handled. |
MediaCommand | Gets the media command associated with the event. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
参照