Class CallbackEventArgs
Event argument for callback from flash. Includes an optional list of arguments supplied by the caller.
Inheritance
System.Object
CallbackEventArgs
Namespace: RevelDigital.Player.RevelScript
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class CallbackEventArgs
Constructors
CallbackEventArgs(String[])
Declaration
public CallbackEventArgs([ReadOnlyArray] string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
Properties
Args
Declaration
public string[] Args { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |