WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataValueCancelEventArgs<T>

    Show / Hide Table of Contents

    Class GridDataValueCancelEventArgs<T>

    Provides a cancellable generic data to handle.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridDataValueCancelEventArgs<T>
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataValueCancelEventArgs<T> : SyncfusionCancelEventArgs
    Type Parameters
    Name Description
    T

    Constructors

    GridDataValueCancelEventArgs(T)

    Initializes a new instance of the GridDataValueCancelEventArgs<T> class.

    Declaration
    public GridDataValueCancelEventArgs(T value)
    Parameters
    Type Name Description
    T value

    The value.

    Properties

    Value

    Gets or sets the value.

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T

    The value.

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