Class InlineImageCache.LoadEventArgs
WebClientEventArgs
Inheritance
System.Object
System.EventArgs
InlineImageCache.LoadEventArgs
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class LoadEventArgs : EventArgs
Properties
Cache
Gets a cache
Declaration
public InlineImageCache Cache { get; }
Property Value
Type | Description |
---|---|
InlineImageCache |
Handled
Gets or sets a value indicating whether the event was handled.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Source
Gets or sets a url from src attribue of img tag
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |