Class
ImageImportedEventArgs

Represents the arguments for the ImageImported event, providing information about the imported image.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Xaml

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ImageImportedEventArgs : EventArgs

Inheritance: objectEventArgsImageImportedEventArgs

Inherited Members EventArgs.Empty

Constructors

ImageImportedEventArgs(ImageInline)

Declaration

cs-api-definition
public ImageImportedEventArgs(ImageInline image)

Parameters

image

ImageInline

Properties

Image

Represents the image associated with the event when an image is imported.

Declaration

cs-api-definition
public ImageInline Image { get; }

Property Value

ImageInline