RepositoryItem Events
Serves as the base for all repository items.
Name | Description |
---|---|
Click | Fires when clicking the editor. |
Custom |
Enables custom display text to be provided for an editor. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Double |
Fires when the editor is double clicked. |
Drag |
Fires when an object is dropped onto the editor. |
Drag |
Fires when a dragged object enters the editor’s area. |
Drag |
Fires when a dragged object leaves the editor’s area. |
Drag |
Fires repeatedly when dragging an object over the editor. |
Edit |
Fires when the editor’s Edit |
Edit |
Fires when the editor’s value is about to be changed. |
Enter | Fires when the editor receives focus. |
Format |
Enables you to format the editor’s value (change the editor’s value when the formatting mechanism is invoked). |
Give |
Enables you to specify the cursor appearance when dragging this editor’s data. |
Help |
Fires when the end-user requests help for the editor. |
Key |
Fires when a key is pressed while the editor has focus. |
Key |
Fires when a character key is pressed while the editor has focus. |
Key |
Fires when a key is released while the editor has focus. |
Leave | Fires when the editor loses focus. |
Modified | Fires when the edit value is first changed since it was last validated. |
Mouse |
Fires when a mouse button is pressed while the mouse pointer is over the editor. |
Mouse |
Fires when the mouse pointer enters the editor’s area. |
Mouse |
Fires when hot-tracking an editor element. |
Mouse |
Fires when the mouse pointer leaves the editor’s area. |
Mouse |
Fires when the mouse pointer moves over the editor’s area. |
Mouse |
Fires when the mouse button is released while the mouse pointer is over the editor. |
Mouse |
Fires when the mouse wheel moves while the mouse pointer is within the editor. |
Parse |
Converts an input value (entered by a user or assigned in code) to the value that the editor will store. |
Properties |
Fires immediately after a change to one of the editor’s properties. |
Query |
Fires when the help is provided to accessibility applications. |
Query |
Fires when dragging the editor’s data allowing you to specify whether dragging should be continued. |
Query |
Provides the capability to specify whether the key pressed in the editor is processed by the editor or a container control (Grid |
Validating |
Allows you to specify whether the edit value is valid. This event does not occur if the editor’s Causes |
See Also