The AspectClickable type exposes the following members.

Properties

  NameDescription
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.

See Also