Contains the arguments passed to the ViewListener.inplaceEditStarting and ViewListener.inplaceEditEnding event handlers.
The following tables list the members exposed by the InplaceEditValidationEvent type.
Public Methods| Name | Description | |
|---|---|---|
![]() |
Gets a value indicating whether the in-place edit changes were accepted. This value is relevant only for the ViewListener.inplaceEditEnded event. (Inherited from InplaceEditEvent.) |
|
![]() |
Gets a value indicating whether to cancel the current operation. |
|
![]() |
Gets the screen bounds of the dropdown area (cell rectangle in screen coordinates). Applications can use this to position custom popup windows. |
|
![]() |
Gets the control used to edit the item's text. (Inherited from InplaceEditEvent.) |
|
![]() |
Gets a reference to the item being edited. (Inherited from InplaceEditEvent.) |
|
![]() |
Gets a KeyEvent representing the key that started the edit operation. |
|
![]() |
|
|
![]() |
Sets the control used to edit the item's text. (Inherited from InplaceEditEvent.) |
See Also