Class LinkForwardEventArgs
Event arguments for event raised by element.
Inheritance
System.Object
System.EventArgs
LinkForwardEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public class LinkForwardEventArgs : EventArgs
Constructors
LinkForwardEventArgs(String)
Initializes a new instance of the LinkForwardEventArgs class
Declaration
public LinkForwardEventArgs(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Path to the resource. |
Properties
Cancel
Gets or sets a value indicating whether default processing of resource loading should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Path
Gets or sets the path to the resource that is to be loaded.
Declaration
public string Path { get; set; }
Property Value
Type |
---|
System.String |