eDriven Framework API
FrameworkEvent Class
NamespaceseDriven.Gui.ComponentsFrameworkEvent
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public class FrameworkEvent : Event
Public Class FrameworkEvent _
	Inherits Event
public ref class FrameworkEvent : public Event
Members
All MembersConstructorsMethodsFields



IconMemberDescription
FrameworkEvent(String)
Initializes a new instance of the FrameworkEvent class

FrameworkEvent(String, Object)
Initializes a new instance of the FrameworkEvent class

FrameworkEvent(String, Boolean)
Initializes a new instance of the FrameworkEvent class

FrameworkEvent(String, Boolean, Boolean)
Initializes a new instance of the FrameworkEvent class

ADD
ADDED_TO_STAGE
ADDING
Bubbles
The flag used by systems that support event bubbling false by default
(Inherited from Event.)
Cancel()()()()
Cancels the event e.g. sets Canceled to TRUE
(Inherited from Event.)
Cancelable
The flag that indicates if the event could be canceled or default prevented Using this flag, the developer can cancel/default prevent some behaviour inside the event dispatcher from the 'outside'
(Inherited from Event.)
CancelAndStopPropagation()()()()
Stops the propagation Used by systems that support event bubbling Cancels the further bubbling AND cancels the event
(Inherited from Event.)
Canceled
The flag that indicates if the event has been canceled Using this flag, the developer can cancel some default behaviour inside the event dispatcher from the 'outside' After the event has been canceled, it won't be dispatched to any of the consequent listeners
(Inherited from Event.)
CHANGE_END
CHANGE_START
Clone()()()()
Makes a shallow copy of the event
(Inherited from Event.)
CREATION_COMPLETE
Dispatched after the first layout pass (properties, size, position display list)

CurrentTarget
Current target Used by systems that support event bubbling to keep track of the current object processing the event
(Inherited from Event.)
DATA_CHANGE
DefaultPrevented
The flag that indicates if the event has been default prevented Using this flag, the developer can prevent a default action of the event dispatcher This mechanism is used to expose a part of the decision making from event dispatcher to the 'outside'
(Inherited from Event.)
ENTER_STATE
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EXIT_STATE
EXPLICIT_HEIGHT_CHANGED
EXPLICIT_MAX_HEIGHT_CHANGED
EXPLICIT_MAX_WIDTH_CHANGED
EXPLICIT_MIN_HEIGHT_CHANGED
EXPLICIT_MIN_WIDTH_CHANGED
EXPLICIT_WIDTH_CHANGED
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
FIRST_SHOW
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HEIGHT_CHANGED
HIDE
HIDING
INITIALIZE
Dispatched when the children are born and set up

LAYOUT_CHANGED
MAX_HEIGHT_CHANGED
MAX_WIDTH_CHANGED
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MIN_HEIGHT_CHANGED
MIN_WIDTH_CHANGED
Phase
Event phase (Capture/Target/Bubbling) Used by systems that support event bubbling to keep track of the current bubbling phase
(Inherited from Event.)
PREINITIALIZE
Dispatched when component ready to have children ^_^

PreventDefault()()()()
Prevents the default action of the dispatcher following the dispatching
(Inherited from Event.)
REMOVE
REMOVED_FROM_STAGE
SHOW
SHOWING
StopPropagation()()()()
Stops the propagation Used by systems that support event bubbling Cancels the further bubbling but does not cancel the event
(Inherited from Event.)
Target
Event target (or originator) By default, the object that dispatched the event It may be set to any object (not necesarily the one that dispatched it) If not set explicitelly, the target is set by the system to default
(Inherited from Event.)
ToString()()()()
Formatted string for debugging purposes
(Inherited from Event.)
Type
The event type Used for notifiying listeners subscribed to specific event type
(Inherited from Event.)
UPDATE_COMPLETE
VALUE_COMMIT
WIDTH_CHANGED
X_CHANGED
Y_CHANGED
Inheritance Hierarchy
Object
Event
 FrameworkEvent

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