MindFusion.Scheduling for Silverlight Programmer's Guide
ProjectMouseEventArgs Constructor
See Also
 





Initializes a new instance of the ProjectMouseEventArgs class.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public ProjectMouseEventArgs (
    Object element,
    Point position,
    bool leftButtonDown,
    bool middleButtonDown,
    bool rightButtonDown,
    int clickCount
)

Visual Basic  Copy Code

Public New ( _
    element As Object, _
    position As Point, _
    leftButtonDown As Boolean, _
    middleButtonDown As Boolean, _
    rightButtonDown As Boolean, _
    clickCount As Integer _
)

 Parameters

element

The element related to the event.

position

The mouse position relative to the element.

leftButtonDown
true if the left mouse button is pressed; otherwise, false.
middleButtonDown
true if the middle mouse button is pressed; otherwise, false.
rightButtonDown
true if the right mouse button is pressed; otherwise, false.
clickCount

The number of times the button has been clicked.

 See Also

ProjectMouseEventArgs Class
MindFusion.DataViews.Silverlight Namespace