Class GridDataValueEventArgs<T>
Provides a generic handler for holding simple data.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataValueEventArgs<T> : SyncfusionHandledEventArgs
Type Parameters
Name |
---|
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. |