ClassLoadImageEventArgs
Class
Provides additional data for the LoadImageFromUrl event.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class LoadImageEventArgs : EventArgs
Inheritance: objectEventArgsLoadImageEventArgs
Inherited Members
Constructors
LoadImageEventArgs(ImageInline, string)
Initializes a new instance of the LoadImageEventArgs class.
Declaration
cs-api-definition
public LoadImageEventArgs(ImageInline imageElement, string url)
Parameters
imageElement
The image.
url
The URL.
Properties
Handled
Specifies if the image has been already initialized by the user or should be loaded from the specified URL.
ImageElement
Contains a reference to the ImageInline element which is currently being initialized.