Hybrid Bridge
Public Member Functions | List of all members
HybridBridge.FireJavascriptEventArgs Class Reference

The event arguments used by the PushJavascriptEvent delegate for codes expecting no result at all More...

Inheritance diagram for HybridBridge.FireJavascriptEventArgs:
HybridBridge.PushJavascriptEventArgs

Public Member Functions

 FireJavascriptEventArgs (string script)
 Creates a new instance of this class with the specific Javascript code More...
 
 FireJavascriptEventArgs (string script, BridgeController target)
 Creates a new instance of this class with the specific Javascript code and one BridgeController to target More...
 
- Public Member Functions inherited from HybridBridge.PushJavascriptEventArgs
 PushJavascriptEventArgs (string script)
 Creates a new instance of this class with the specific Javascript code More...
 
 PushJavascriptEventArgs (string script, BridgeController target)
 Creates a new instance of this class with the specific Javascript code and one BridgeController to target More...
 
 PushJavascriptEventArgs (string script, Action< object > callback)
 Creates a new instance of this class with the specific Javascript code and a callback function for result More...
 
 PushJavascriptEventArgs (string script, BridgeController target, Action< object > callback)
 Creates a new instance of this class with the specific Javascript code, one BridgeController to target and a callback function for result More...
 

Additional Inherited Members

- Properties inherited from HybridBridge.PushJavascriptEventArgs
bool FireAway [get, set]
 Indicates if operations needs a result More...
 
BridgeController Target [get]
 Contains the target BridgeController instance or to match all listening BridgeController instances More...
 
string Script [get]
 The Javascript code to execute More...
 
Action< object > Callback [get]
 The callback function to be used for the result of the operation More...
 

Detailed Description

The event arguments used by the PushJavascriptEvent delegate for codes expecting no result at all

Definition at line 7 of file FireJavascriptEventArgs.cs.

Constructor & Destructor Documentation

HybridBridge.FireJavascriptEventArgs.FireJavascriptEventArgs ( string  script)

Creates a new instance of this class with the specific Javascript code

Parameters
scriptThe Javascript code to be pushed

Definition at line 13 of file FireJavascriptEventArgs.cs.

HybridBridge.FireJavascriptEventArgs.FireJavascriptEventArgs ( string  script,
BridgeController  target 
)

Creates a new instance of this class with the specific Javascript code and one BridgeController to target

Parameters
scriptThe Javascript code to be pushed
targetThe BridgeController class to target

Definition at line 24 of file FireJavascriptEventArgs.cs.


The documentation for this class was generated from the following file: