menu

UWP

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

    Show / Hide Table of Contents

    Class CommandExecutingEventArgs

    Represents the class which provides data for the CommandExecuting events.

    Inheritance
    System.Object
    GridCancelEventArgs
    CommandExecutingEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Helpers
    Assembly: Syncfusion.SfSpreadsheet.UWP.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved