ClassImageImportedEventArgs
Class
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
Constructors
ImageImportedEventArgs(ImageInline)
Declaration
cs-api-definition
public ImageImportedEventArgs(ImageInline image)
Parameters
image
Properties
Image
Represents the image associated with the event when an image is imported.