Class GridDataValueCancelEventArgs<T>
Provides a cancellable generic data to handle.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataValueCancelEventArgs<T> : SyncfusionCancelEventArgs
Type Parameters
Name |
---|
T |
Constructors
GridDataValueCancelEventArgs(T)
Initializes a new instance of the GridDataValueCancelEventArgs<T> class.
Declaration
public GridDataValueCancelEventArgs(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value. |
Properties
Value
Gets or sets the value.
Declaration
public T Value { get; }
Property Value
Type | Description |
---|---|
T | The value. |