Search
IItemEditor Members
Properties Methods
 


Defines the interface that must be implemented by item editor classes.

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

 Public Properties

  Name Description

Text

Gets the new header text of the item, when the in-place editing operation is about to be confirmed via ItemInplaceEditEnding event.

 Public Methods

  Name Description

EndEdit

Invoked when an operation outside of the item editor causes the editor to be closed.

StartEdit

Invoked for an item when the user initiates in-place editing operation.

 See Also