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

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