ClassPictureBoxImageEditorOpeningEventArgs
Class
Contains information about the dialog, image editor and the image that will be edited.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PictureBoxImageEditorOpeningEventArgs : EventArgs
Inheritance: objectEventArgsPictureBoxImageEditorOpeningEventArgs
Inherited Members
Constructors
PictureBoxImageEditorOpeningEventArgs(PictureBoxImageEditorDialog)
Initializes a new instance of the PictureBoxImageEditorOpeningEventArgs class.
Declaration
cs-api-definition
public PictureBoxImageEditorOpeningEventArgs(PictureBoxImageEditorDialog dialog)
Parameters
dialog
The image editor dialog.
Properties
Cancel
Gets or sets a value indicating whether to cancel the image editing operation.
Dialog
Gets the image editor dialog.
Declaration
cs-api-definition
public PictureBoxImageEditorDialog Dialog { get; }
Property Value
EditingImage
Gets or sets the image that is about to be edited.
ImageEditor
Gets the RadImageEditor that is responsible for image editing.
Declaration
cs-api-definition
public RadImageEditor ImageEditor { get; }
Property Value