menu

UWP

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

    Show / Hide Table of Contents

    Class GridCancelEventArgs

    Provides data for a cancellable event.

    Inheritance
    System.Object
    GridCancelEventArgs
    CellCommentOpeningEventArgs
    CellTooltipOpeningEventArgs
    CurrentCellActivatingEventArgs
    CurrentCellBeginEditEventArgs
    CurrentCellValidatingEventArgs
    GridCellClickEventArgs
    ResizingColumnsEventArgs
    ResizingRowsEventArgs
    SelectionChangingEventArgs
    GraphicSelectionChangingEventArgs
    CommandExecutingEventArgs
    SpreadsheetCopyingEventArgs
    SpreadsheetPastingEventArgs
    WorkbookCreatingEventArgs
    ZoomFactorChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridCancelEventArgs : EventArgs

    Constructors

    GridCancelEventArgs()

    Overloaded. Initializes a new instance of the GridCancelEventArgs class.

    Declaration
    public GridCancelEventArgs()

    GridCancelEventArgs(Boolean)

    Initializes a new instance of the GridCancelEventArgs class with the Cancel property set to the given value.

    Declaration
    public GridCancelEventArgs(bool cancel)
    Parameters
    Type Name Description
    System.Boolean cancel

    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