Search
DrawItemEventArgs Members
Constructors Properties
 


Contains the arguments passed to the DrawAdjustmentHandles event handlers.

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

 Public Constructors

  Name Description

DrawItemEventArgs

Initializes a new instance of the DrawItemEventArgs class.

 Public Properties

  Name Description

Graphics

Gets an object implementing the IGraphics interface whose methods should be used to draw the adjustment handles.

Item

Gets the item whose selection handles are being drawn.

 See Also