ASP.NET Pack Programmer's Guide
ItemEventArgs Members
Constructors Methods
 


Contains the arguments passed to handlers of item-related events.

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

 Public Constructors

  Name Description

ItemEventArgs

Initializes a new instance of the ItemEventArgs class.

 Public Methods

  Name Description

cancelDrag

Immediately cancels the creation or modification of the node.

getAdjustmentHandle

Gets the adjustment handle being moved by the user.

getCancel

Gets a value indicating whether to allow the current operation.

getContext

Gets the canvas rendering context.

getHandled

Gets a value indicating whether the event has been handled.

getItem

Gets the diagram item for which the event was raised.

getMouseButton

Gets which mouse button has been pressed.

getMousePosition

Gets the current mouse pointer position.

getNewText

Gets the text that has just been entered by the user.

getOldText

Gets the text that had been displayed in the node before the user edited it.

setAdjustmentHandle

Sets the adjustment handle when implementing custom hit-testing.

setCancel

Sets a value indicating whether to allow the current operation.

setHandled

Sets a value indicating whether the event has been handled.

 See Also

ItemEventArgs Class
MindFusion.Diagramming Namespace