menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphProxyEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved