Class GraphProxyEventArgs
Graph proxy event args.
Inheritance
System.Object
System.EventArgs
GraphProxyEventArgs
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.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class GraphProxyEventArgs : EventArgs
Constructors
GraphProxyEventArgs(IDictionary)
Initializes a new instance of the GraphProxyEventArgs class.
Declaration
public GraphProxyEventArgs(IDictionary properties)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IDictionary | properties | The properties. |
Properties
Properties
Gets the properties.
Declaration
public IDictionary Properties { get; }
Property Value
Type | Description |
---|---|
System.Collections.IDictionary | The properties. |