Class
PictureBoxImageEditorOpeningEventArgs

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 EventArgs.Empty

Constructors

PictureBoxImageEditorOpeningEventArgs(PictureBoxImageEditorDialog)

Initializes a new instance of the PictureBoxImageEditorOpeningEventArgs class.

Declaration

cs-api-definition
public PictureBoxImageEditorOpeningEventArgs(PictureBoxImageEditorDialog dialog)

Parameters

dialog

PictureBoxImageEditorDialog

The image editor dialog.

Properties

Cancel

Gets or sets a value indicating whether to cancel the image editing operation.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

Dialog

Gets the image editor dialog.

Declaration

cs-api-definition
public PictureBoxImageEditorDialog Dialog { get; }

Property Value

PictureBoxImageEditorDialog

EditingImage

Gets or sets the image that is about to be edited.

Declaration

cs-api-definition
public Bitmap EditingImage { get; set; }

Property Value

Bitmap

ImageEditor

Gets the RadImageEditor that is responsible for image editing.

Declaration

cs-api-definition
public RadImageEditor ImageEditor { get; }

Property Value

RadImageEditor