Пример #1
0
 /// <summary>Called when the element is clicked (or the mouse is released over it).</summary>
 /// <param name="clickEvent">The UIEvent describing the click.</param>
 public virtual bool OnClick(UIEvent clickEvent)
 {
     return(Element.OnClickEvent(clickEvent));
 }