MediaElement::ScriptCommand Event

 

Occurs when a script command is encountered in the media.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event EventHandler<MediaScriptCommandRoutedEventArgs^>^ ScriptCommand {
	void add(EventHandler<MediaScriptCommandRoutedEventArgs^>^ value);
	void remove(EventHandler<MediaScriptCommandRoutedEventArgs^>^ value);
}

Identifier field

ScriptCommandEvent

Routing strategy

Bubbling

Delegate

EventHandler, with constraint of MediaScriptCommandRoutedEventArgs

.NET Framework
Available since 3.0
Return to top
Show: