Class JavaScriptCallbackExecutedEventArgs
Provides data for the JavaScriptCallbackExecuted event.
public class JavaScriptCallbackExecutedEventArgs : EventArgs
- Inheritance
-
JavaScriptCallbackExecutedEventArgs
- Inherited Members
Properties
BindingName
Gets or sets the binding name of the JavaScript callback that was execute.
public string BindingName { get; set; }
Property Value
ScriptPayload
Gets or sets the payload sent from the JavaScript callback.
public string ScriptPayload { get; set; }