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