Search
InplaceEditEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of inplace edit related events.

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

 Public Constructors

  Name Description

InplaceEditEventArgs

Initializes a new instance of the InplaceEditEventArgs class.

 Public Properties

  Name Description

bounds

Gets the bounds of the item being edited.

control

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

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

item

Gets a reference to the item being edited.

 See Also