Search
DiagramEventArgs Members
Constructors Properties
 


Contains the arguments passed to event handlers, such as Clicked and DoubleClicked.

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

 Public Constructors

  Name Description

DiagramEventArgs

Overloaded.  

 Public Properties

  Name Description

ClipRect

Gets the current clipping rectangle.

Graphics

Gets an object implementing the IGraphics interface whose methods should be used to draw the custom graphics.

MouseButton

Gets or sets which mouse button has been pressed.

MousePosition

Gets or sets the current mouse pointer position.

VisibleRect

Specifies what part of the diagram is currently visible.

 See Also