Search
InplaceEditEventArgs Members
Properties
 


Contains the arguments passed to the EnterInplaceEditMode and LeaveInplaceEditMode event handlers.

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

 Public Properties

  Name Description

Bounds

Gets the bounding rect of the edited item.

EditControl

Gets or sets the control used to edit the item's text.

Item

Gets a reference to the item being edited.

Node

Gets the diagram object being edited.

 See Also