'Declaration
Public Event ScriptCommand As EventHandler(Of MediaScriptCommandEventArgs)
public event EventHandler<MediaScriptCommandEventArgs> ScriptCommand
Event Data
The event handler receives an argument of type MediaScriptCommandEventArgs containing data related to this event. The following MediaScriptCommandEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ParameterType | Gets the type of script command that was raised. |
ParameterValue | Gets the arguments associated with the script command type. |
See Also