The AspectClickable type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AspectClickable | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals |
Overridden to check for dual inclusion on AspectList
(Inherited from Aspect<(Of <(T>)>).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Overridden basically since Equals is overridden
(Inherited from Aspect<(Of <(T>)>).) | |
| GetSender |
Returns the actual sender of the event raised by the aspect.
Used by derived classes to provide the correct sender in aspect binding scenarios.
(Inherited from Aspect.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IncludeScriptFiles |
Override in inherited classes to include javascript files.
Do not forget to call base.IncludeScriptFiles()
(Overrides Aspect..::.IncludeScriptFiles()()().) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| EffectEventClick |
Use this EffectEvent to capture the click event and wire an effect to it. Doesn't require that you
add AspectClickable itself since it relies on the native click event.
| |
| EffectEventDoubleClick |
Use this EffectEvent to capture the doubleclick event and wire an effect to it. Doesn't require that you
add AspectClickable itself since it relies on the native click event.
| |
| ParentControl |
See ParentControl for documentation
(Inherited from Aspect.) | |
| UseRelativeCoordinates |
When you click the element which this aspect is attached to, you will retrieve the coordinates on the server
By default it will capture the absolute x,y position on the entire viewport, but if you want to only capture
x,y relative to the aspects parent container you can set this value to true.
|
Events
| Name | Description | |
|---|---|---|
| Clicked |
Event raised when element is single clicked. In the event handler for this event you will have
access to the x and y coordinates of the mouse when the event was raised.
| |
| DblClicked |
Event raised when element is DOUBLE clicked. In the event handler for this event you will have
access to the x and y coordinates of the mouse when the event was raised.
|
