Class GridModelEventArgs
Custom event argument base class used for events associated with a GridModel.
Inheritance
System.Object
System.EventArgs
GridModelEventArgs
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)
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridModelEventArgs : SyncfusionEventArgs
Constructors
GridModelEventArgs(GridModel)
Initializes a new GridModelEventArgs object.
Declaration
public GridModelEventArgs(GridModel model)
Parameters
Type | Name | Description |
---|---|---|
GridModel | model | Reference to the GridModel. |
Properties
GridModel
Gets GridModel.
Declaration
[TraceProperty(true)]
public GridModel GridModel { get; }
Property Value
Type |
---|
GridModel |