menu

UWP

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

    Show / Hide Table of Contents

    Class GridCancelRoutedEventArgs

    Represents a class which holds the properties of Grid CancelRouted Event.

    Inheritance
    System.Object
    GridRoutedEventArgs
    GridCancelRoutedEventArgs
    Inherited Members
    GridRoutedEventArgs.Empty
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridCancelRoutedEventArgs : GridRoutedEventArgs

    Constructors

    GridCancelRoutedEventArgs()

    Initializes a new instance of the GridCancelRoutedEventArgs class.

    Declaration
    public GridCancelRoutedEventArgs()

    GridCancelRoutedEventArgs(Object)

    Initializes a new instance of the GridCancelRoutedEventArgs class.

    Declaration
    public GridCancelRoutedEventArgs(object source)
    Parameters
    Type Name Description
    System.Object source

    Source of the event.

    Properties

    Cancel

    Gets or sets a value indicating whether to allow or cancel the event.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    True or False.

    Extension Methods

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