eDriven Framework API
IInvalidationManagerClient Interface
NamespaceseDriven.Gui.ComponentsIInvalidationManagerClient
eDriven Framework API
The ability of a component to be validated
Declaration Syntax
C#Visual BasicVisual C++
public interface IInvalidationManagerClient : IEventDispatcher, 
	INestLevel
Public Interface IInvalidationManagerClient _
	Inherits IEventDispatcher, INestLevel
public interface class IInvalidationManagerClient : IEventDispatcher, 
	INestLevel
Members
All MembersMethodsProperties



IconMemberDescription
AddEventListener(String, EventHandler)
Adds the event listener
(Inherited from IEventDispatcher.)
AddEventListener(String, EventHandler, Int32)
Adds the event listener
(Inherited from IEventDispatcher.)
AddEventListener(String, EventHandler, EventPhase)
Adds the event listener
(Inherited from IEventDispatcher.)
AddEventListener(String, EventHandler, EventPhase, Int32)
Adds the event listener
(Inherited from IEventDispatcher.)
DispatchEvent(Event)
Dispatches an event
(Inherited from IEventDispatcher.)
DispatchEvent(Event, Boolean)
Dispatches an event with an option for switching on delayed processing
(Inherited from IEventDispatcher.)
HasBubblingEventListener(String)
Checks whether an event listener is registered with this EventDispatcher or any of its ancestors for the specified event type Note: the implementation of event bubbling depends of the use-case and is not implemented by eDriven.Core
(Inherited from IEventDispatcher.)
HasEventListener(String)
Checks whether the EventDispatcher has any listeners registered for a specific type of event
(Inherited from IEventDispatcher.)
Initialized
NestLevel
The hierarchy depth
(Inherited from INestLevel.)
ProcessQueue()()()()
Fires queued events

RemoveAllListeners(String)
Removes all event listeners of a certain type
(Inherited from IEventDispatcher.)
RemoveEventListener(String, EventHandler)
Removes the event listener
(Inherited from IEventDispatcher.)
RemoveEventListener(String, EventHandler, EventPhase)
Removes the event listener
(Inherited from IEventDispatcher.)
ValidateDisplayList()()()()
Validates layout A lifecycle method Top-down

ValidateProperties()()()()
A lifecycle method Validates properties Top-down

ValidateSize(Boolean)
Validates size layout A lifecycle method Bottom-up

ValidateTransform()()()()
Validates position A lifecycle method Top-down

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