WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolEventArgs

    This class encapsulates event arguments for events fired by the controller that are caused by Tool objects.

    Inheritance
    System.Object
    System.EventArgs
    ToolEventArgs
    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: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Windows.dll
    Syntax
    public class ToolEventArgs : EventArgs

    Constructors

    ToolEventArgs(Tool)

    Initializes a new instance of the ToolEventArgs class.

    Declaration
    public ToolEventArgs(Tool tool)
    Parameters
    Type Name Description
    Tool tool

    The UI Tool.

    Properties

    Tool

    Gets the tool object that generated the event.

    Declaration
    public Tool Tool { get; }
    Property Value
    Type Description
    Tool
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved