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

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