The ability to be displayed in the hierarchy

C# | Visual Basic | Visual C++ |
public interface IVisualElement : IEventDispatcher
Public Interface IVisualElement _ Inherits IEventDispatcher
public interface class IVisualElement : IEventDispatcher

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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.) |
![]() | Alpha |
Alpha
|
![]() | Depth |
Depth
|
![]() | 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.) |
![]() | Height |
Height
|
![]() | IncludeInLayout |
True for including in layout
|
![]() | Owner |
The owner
|
![]() | Parent |
A parent
|
![]() | 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.) |
![]() | Visible |
Visible
|
![]() | Width |
Width
|
![]() | X |
X
|
![]() | Y |
Y
|