Class GridMergeCellsChangedEventArgs
Provides data about the MergeCellsChanged event.
Inheritance
System.Object
System.EventArgs
GridMergeCellsChangedEventArgs
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 sealed class GridMergeCellsChangedEventArgs : SyncfusionSuccessEventArgs
Remarks
GridMergeCellsChangedEventArgs is a custom event argument class used by the MergeCellsChanged event.
This event is raised by the model to notify all associated views that the grid model changed a range(s) of cells to appear as a merge cell or reset the merge for a range.
This event is raised to make sure all associated views redraw affected display contents.
The Success property indicates if all changes were successfully made to the model. If it is False, the operation was aborted. However, the view contents need to be redrawn no matter if the operation was successful or not.
Properties
Range
Gets the affected cell's range.
Declaration
[TraceProperty(true)]
public GridRangeInfo Range { get; }
Property Value
Type |
---|
GridRangeInfo |