Class GridChangeLayoutCellsEventArgs
For internal use.
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 GridChangeLayoutCellsEventArgs : SyncfusionEventArgs
Constructors
GridChangeLayoutCellsEventArgs(GridRangeInfo)
Initializes a new instance ofGridChangeLayoutCellsEventArgs class. For internal use.
Declaration
public GridChangeLayoutCellsEventArgs(GridRangeInfo range)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | range | GridRangeInfo holds the cell layout ranges. |
Properties
Range
Gets Range. For internal use.
Declaration
[TraceProperty(true)]
public GridRangeInfo Range { get; }
Property Value
Type |
---|
GridRangeInfo |