menu

UWP

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

    Show / Hide Table of Contents

    Class GridValueEventArgs<T>

    Provides a generic handler for holding simple data.

    Inheritance
    System.Object
    GridValueEventArgs<T>
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved