RepositoryItemPictureEdit Events
Represents a repository item which stores settings specific to a PictureEdit control.
Name | Description |
---|---|
Click |
Fires when clicking the editor.
Inherited from Repository |
Context |
Fires when a context button is clicked. |
Context |
Fires when the Check |
Custom |
Allows you to specify a tooltip shown when the mouse pointer hovers over a context button. This event is only raised for Rating |
Custom |
Enables custom display text to be provided for an editor.
Inherited from Repository |
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.
Inherited from Repository |
Drag |
Fires when an object is dropped onto the editor.
Inherited from Repository |
Drag |
Fires when a dragged object enters the editor’s area.
Inherited from Repository |
Drag |
Fires when a dragged object leaves the editor’s area.
Inherited from Repository |
Drag |
Fires repeatedly when dragging an object over the editor.
Inherited from Repository |
Edit |
Fires when the editor’s Edit |
Edit |
Fires when the editor’s value is about to be changed.
Inherited from Repository |
Enter |
Fires when the editor receives focus.
Inherited from Repository |
Format |
Enables you to format the editor’s value (change the editor’s value when the formatting mechanism is invoked).
Inherited from Repository |
Get |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Give |
Enables you to specify the cursor appearance when dragging this editor’s data.
Inherited from Repository |
Help |
Fires when the end-user requests help for the editor.
Inherited from Repository |
Image |
Occurs after the value of the Picture |
Image |
Fires when the Image Editor dialog is closed. |
Image |
Fires when the Editor dialog is about to be opened. Allows you to customize the dialog and its graphic commands. |
Image |
Allows you to execute actions when a user loads a file via the control’s context menu. You can handle this event to perform image preprocessing or to load images stored in unsupported formats. |
Image |
Allows you to execute actions when a user saves the current image via the control’s context menu. You can handle this event to perform image preprocessing or to save the image to a custom image format. |
Key |
Fires when a key is pressed while the editor has focus.
Inherited from Repository |
Key |
Fires when a character key is pressed while the editor has focus.
Inherited from Repository |
Key |
Fires when a key is released while the editor has focus.
Inherited from Repository |
Leave |
Fires when the editor loses focus.
Inherited from Repository |
Load |
Fires when an asynchronous image load operation is completed, been canceled, or raised an exception. |
Modified |
Fires when the edit value is first changed since it was last validated.
Inherited from Repository |
Mouse |
Fires when a mouse button is pressed while the mouse pointer is over the editor.
Inherited from Repository |
Mouse |
Fires when the mouse pointer enters the editor’s area.
Inherited from Repository |
Mouse |
Fires when hot-tracking an editor element.
Inherited from Repository |
Mouse |
Fires when the mouse pointer leaves the editor’s area.
Inherited from Repository |
Mouse |
Fires when the mouse pointer moves over the editor’s area.
Inherited from Repository |
Mouse |
Fires when the mouse button is released while the mouse pointer is over the editor.
Inherited from Repository |
Mouse |
Fires when the mouse wheel moves while the mouse pointer is within the editor.
Inherited from Repository |
Parse |
Converts an input value (entered by a user or assigned in code) to the value that the editor will store.
Inherited from Repository |
Popup |
Fires when the context menu is about to be displayed. |
Properties |
Fires immediately after a change to one of the editor’s properties.
Inherited from Repository |
Query |
Fires when the help is provided to accessibility applications.
Inherited from Repository |
Query |
Fires when dragging the editor’s data allowing you to specify whether dragging should be continued.
Inherited from Repository |
Query |
Provides the capability to specify whether the key pressed in the editor is processed by the editor or a container control (Grid |
Take |
Fires when the Take Picture dialog is closed. Allows you to get the dialog result and captured image, and replace this image. |
Take |
Fires when the Take Picture dialog is about to be displayed. Allows you to customize the dialog, and specify the camera device and resolution. |
Validating |
Allows you to specify whether the edit value is valid. This event does not occur if the editor’s Causes |
Zoom |
Fires when the Repository |