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. Initializes a new instance of the DiagramEventArgs class.

 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.

Position

Gets location related to the event.

VisibleRect

Gets what part of the diagram is currently visible.

 See Also