menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridValueEventArgs<T> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridValueEventArgs<T>

    Provides a generic handler for holding simple data.

    Inheritance
    System.Object
    System.EventArgs
    GridValueEventArgs<T>
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class GridValueEventArgs<T> : EventArgs
    Type Parameters
    Name Description
    T

    A Specific Type

    Constructors

    GridValueEventArgs()

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

    Declaration
    public GridValueEventArgs()

    GridValueEventArgs(T)

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

    Declaration
    public GridValueEventArgs(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 - 2025 Syncfusion Inc. All Rights Reserved