MediaPlayer::ScriptCommand Event

 

Occurs when a script command has been encountered within the media.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

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

<object ScriptCommand="EventHandler"/>

.NET Framework
Available since 3.0
Return to top
Show: