RepositoryItemPictureEdit Events
Represents a repository item which stores settings specific to a PictureEdit control.Name | Description |
---|---|
Click | Fires when clicking the editor. Inherited from RepositoryItem. |
ContextButtonClick | Fires when a context button is clicked. |
ContextButtonValueChanged | Fires when the CheckContextButton.Checked, TrackBarContextButton.Value or RatingContextButton.Rating property value changes. |
CustomContextButtonToolTip | Allows you to specify a tooltip shown when the mouse pointer hovers over a context button. This event is only raised for RatingContextButton and TrackBarContextButton objects. |
CustomDisplayText | Enables custom display text to be provided for an editor. Inherited from RepositoryItem. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
DoubleClick | Fires when the editor is double clicked. Inherited from RepositoryItem. |
DragDrop | Fires when an object is dropped onto the editor. Inherited from RepositoryItem. |
DragEnter | Fires when a dragged object enters the editor’s area. Inherited from RepositoryItem. |
DragLeave | Fires when a dragged object leaves the editor’s area. Inherited from RepositoryItem. |
DragOver | Fires repeatedly when dragging an object over the editor. Inherited from RepositoryItem. |
EditValueChanged | Fires when the editor’s EditValue property changes. Inherited from RepositoryItem. |
EditValueChanging | Fires when the editor’s value is about to be changed. Inherited from RepositoryItem. |
Enter | Fires when the editor receives focus. Inherited from RepositoryItem. |
FormatEditValue | Enables you to format the editor’s value (change the editor’s value when the formatting mechanism is invoked). Inherited from RepositoryItem. |
GetResampledImage | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
GiveFeedback | Enables you to specify the cursor appearance when dragging this editor’s data. Inherited from RepositoryItem. |
HelpRequested | Fires when the end-user requests help for the editor. Inherited from RepositoryItem. |
ImageChanged | Occurs after the value of the PictureEdit.Image property has been changed. |
ImageEditorDialogClosed | Fires when the Image Editor dialog is closed. |
ImageEditorDialogShowing | Fires when the Editor dialog is about to be opened. Allows you to customize the dialog and its graphic commands. |
ImageLoading | 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. |
ImageSaving | 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. |
KeyDown | Fires when a key is pressed while the editor has focus. Inherited from RepositoryItem. |
KeyPress | Fires when a character key is pressed while the editor has focus. Inherited from RepositoryItem. |
KeyUp | Fires when a key is released while the editor has focus. Inherited from RepositoryItem. |
Leave | Fires when the editor loses focus. Inherited from RepositoryItem. |
LoadCompleted | 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 RepositoryItem. |
MouseDown | Fires when a mouse button is pressed while the mouse pointer is over the editor. Inherited from RepositoryItem. |
MouseEnter | Fires when the mouse pointer enters the editor’s area. Inherited from RepositoryItem. |
MouseHover | Fires when hot-tracking an editor element. Inherited from RepositoryItem. |
MouseLeave | Fires when the mouse pointer leaves the editor’s area. Inherited from RepositoryItem. |
MouseMove | Fires when the mouse pointer moves over the editor’s area. Inherited from RepositoryItem. |
MouseUp | Fires when the mouse button is released while the mouse pointer is over the editor. Inherited from RepositoryItem. |
MouseWheel | Fires when the mouse wheel moves while the mouse pointer is within the editor. Inherited from RepositoryItem. |
ParseEditValue | Converts an input value (entered by a user or assigned in code) to the value that the editor will store. Inherited from RepositoryItem. |
PopupMenuShowing | Fires when the context menu is about to be displayed. |
PropertiesChanged | Fires immediately after a change to one of the editor’s properties. Inherited from RepositoryItem. |
QueryAccessibilityHelp | Fires when the help is provided to accessibility applications. Inherited from RepositoryItem. |
QueryContinueDrag | Fires when dragging the editor’s data allowing you to specify whether dragging should be continued. Inherited from RepositoryItem. |
QueryProcessKey | Provides the capability to specify whether the key pressed in the editor is processed by the editor or a container control (GridControl, TreeList, etc.) that displays this editor. Inherited from RepositoryItem. |
TakePictureDialogClosed | Fires when the Take Picture dialog is closed. Allows you to get the dialog result and captured image, and replace this image. |
TakePictureDialogShowing | 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 CausesValidation property is disabled. Inherited from RepositoryItem. |
ZoomPercentChanged | Fires when the RepositoryItemPictureEdit.ZoomPercent property is changed. |
See Also