MediaScriptCommandRoutedEventArgs Class
Provides data for the MediaElement::ScriptCommand and MediaPlayer::ScriptCommand events.
Assembly: PresentationFramework (in PresentationFramework.dll)
System::EventArgs
System.Windows::RoutedEventArgs
System.Windows::MediaScriptCommandRoutedEventArgs
| Name | Description | |
|---|---|---|
![]() | Handled | Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Inherited from RoutedEventArgs.) |
![]() | OriginalSource | Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.(Inherited from RoutedEventArgs.) |
![]() | ParameterType | Gets the type of script command that was raised. |
![]() | ParameterValue | Gets the arguments associated with the script command type. |
![]() | RoutedEvent | Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Inherited from RoutedEventArgs.) |
![]() | Source | Gets or sets a reference to the object that raised the event. (Inherited from RoutedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

