WPF

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

    Show / Hide Table of Contents

    Class GridDataValueEventArgs<T>

    Provides a generic handler for holding simple data.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridDataValueEventArgs<T>
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataValueEventArgs<T> : SyncfusionHandledEventArgs
    Type Parameters
    Name Description
    T

    Constructors

    GridDataValueEventArgs()

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

    Declaration
    public GridDataValueEventArgs()

    GridDataValueEventArgs(T)

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

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

    The value.

    Properties

    Value

    Gets 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