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.  |