New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class ImageImportedEventArgs : EventArgs

Inheritance: objectEventArgsImageImportedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public ImageImportedEventArgs(ImageInline image)
Parameters:imageImageInline

Properties

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

C#
public ImageInline Image { get; }