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.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.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. |