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
Constructors
Properties
Represents the image associated with the event when an image is imported.
C#
public ImageInline Image { get; }