Search
ItemMouseEvent Members
Constructors Methods
 


Contains the arguments passed to handlers of the CalendarListener.itemClick event.

The following tables list the members exposed by the ItemMouseEvent type.

 Public Constructors

  Name Description

ItemMouseEvent

Initializes a new instance of the ItemMouseEvent class.

 Public Methods

  Name Description

getButton

Gets the pressed mouse button.

getClicks

Gets the number of clicks.

getItem

Gets the item related to the event. (Inherited from ItemEvent.)

getResizeEnd

Gets a value indicating whether the item's end is about to be resized.

getResizeStart

Gets a value indicating whether the item's start is about to be resized.

getX

Gets the x-position of the mouse relative to the item.

getY

Gets the y-position of the mouse relative to the item.

 See Also