eDriven Framework API
TouchEvent Constructor (type, bubbles)
NamespaceseDriven.Core.EventsTouchEventTouchEvent(String, Boolean)
eDriven Framework API
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public TouchEvent(
	string type,
	bool bubbles
)
Public Sub New ( _
	type As String, _
	bubbles As Boolean _
)
public:
TouchEvent(
	String^ type, 
	bool bubbles
)
Parameters
type (String)
bubbles (Boolean)

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