Class ImageImportedEventArgs
Represents the arguments for the ImageImported event, providing information about the imported image.
Inheritance
System.Object
ImageImportedEventArgs
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ImageImportedEventArgs : EventArgs
Constructors
ImageImportedEventArgs(ImageInline)
Properties
Image
Represents the image associated with the event when an image is imported.
Declaration
public ImageInline Image { get; }
Property Value
ImageInline
|