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

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