menu

WPF

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

    Show / Hide Table of Contents

    Class SyncfusionCancelEventArgs

    Provides data for a cancellable event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    CurrrentGraphicCellActivatingEventArgs
    GraphicCellMovingEventArgs
    GraphicCellRemovingEventArgs
    GraphicCellResizingEventArgs
    GridDataCurrentCellValidatingEventArgs
    GridDataCurrentRecordSelectionChangingEventArgs
    GridDataDetailsViewExpandingEventArgs
    GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs
    GridDataNewRecordAddingEventArgs
    GridDataRecordDeletingEventArgs
    GridDataRecordExpandingEventArgs
    GridDataRowValueCommittedEventArgs
    GridDataRowValueCommittingEventArgs
    GridDataSortColumnsChangingEventArgs
    GridDataValueCancelEventArgs<T>
    GridQueryCanDragRangeEventArgs
    GridSelectionChangingEventArgs
    GroupCollapsingEventArgs
    GroupExpandingEventArgs
    ValueChangingEventArgs
    ItemsRowHeightsEventArgs
    Namespace: Syncfusion.Windows.ComponentModel
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class SyncfusionCancelEventArgs : CancelEventArgs

    Constructors

    SyncfusionCancelEventArgs()

    Overloaded. Initializes a new instance of the SyncfusionCancelEventArgs class.

    Declaration
    public SyncfusionCancelEventArgs()

    SyncfusionCancelEventArgs(Boolean)

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

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

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved