MindFusion.Scheduling for Silverlight Programmer's Guide
ProjectMouseEventArgs Members
Constructors Properties
 


Contains the arguments passed to mouse event handlers related to the view model.

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

 Public Constructors

  Name Description

ProjectMouseEventArgs

Initializes a new instance of the ProjectMouseEventArgs class.

 Public Properties

  Name Description

ClickCount

Gets the number of times the button has been clicked.

Element

Gets the element related to the event. (Inherited from ProjectEventArgs.)

LeftButtonDown

Gets a value indicating whether the left mouse button is pressed.

MiddleButtonDown

Gets a value indicating whether the middle mouse button is pressed.

Position

Gets the mouse position, relative to the element.

RightButtonDown

Gets a value indicating whether the right mouse button is pressed.

 See Also

ProjectMouseEventArgs Class
MindFusion.DataViews.Silverlight Namespace