Class InlineImageCache.LoadEventArgs
WebClientEventArgs
Inheritance
System.Object
System.EventArgs
InlineImageCache.LoadEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Utils
Assembly: FastReport.OpenSource.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 |