Class GraphProxyEventArgs
Graph proxy event args.
Inheritance
System.Object
GraphProxyEventArgs
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. |