eDriven Framework API
WebRequestEvent Constructor (type, bubbles)
NamespaceseDriven.Networking.RpcWebRequestEventWebRequestEvent(String, Boolean)
eDriven Framework API
Initializes a new instance of the WebRequestEvent class
Declaration Syntax
C#Visual BasicVisual C++
public WebRequestEvent(
	string type,
	bool bubbles
)
Public Sub New ( _
	type As String, _
	bubbles As Boolean _
)
public:
WebRequestEvent(
	String^ type, 
	bool bubbles
)
Parameters
type (String)
bubbles (Boolean)

Assembly: eDriven.Networking (Module: eDriven.Networking) Version: 2.0.1.0 (2.0.1.0)