WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommandExecutingEventArgs

    Show / Hide Table of Contents

    Class CommandExecutingEventArgs

    Represents the class which provides data for the events.

    Inheritance
    System.Object
    System.EventArgs
    GridCancelEventArgs
    CommandExecutingEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    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.Spreadsheet.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class CommandExecutingEventArgs : GridCancelEventArgs

    Constructors

    CommandExecutingEventArgs(String)

    Initializes a new instance of the CommandExecutionEventArgs class with the command name.

    Declaration
    public CommandExecutingEventArgs(string commandName)
    Parameters
    Type Name Description
    System.String commandName

    Command Name

    Properties

    CommandName

    Gets or sets the name of the command.

    Declaration
    public string CommandName { get; set; }
    Property Value
    Type Description
    System.String

    Name of the command.

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