Search
DiagramEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of global diagram events such as clicked.

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

 Public Constructors

  Name Description

DiagramEventArgs

Initializes a new instance of the DiagramEventArgs class.

 Public Properties

  Name Description

deltaX

Gets the horizontal scroll amount of a wheel event.

deltaY

Gets the vertical scroll amount of a wheel event.

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

mouseButton

Gets which mouse button has been pressed.

mousePosition

Gets the current mouse pointer position.

 See Also