menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridMergeCellsChangedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridMergeCellsChangedEventArgs

    Provides data about the MergeCellsChanged event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionSuccessEventArgs
    GridMergeCellsChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionSuccessEventArgs.Success
    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

    See Also

    GridMergeCellsChangedEventHandler
    MergeCell
    OnQueryCanMergeCell(System.Int32, System.Int32, GridStyleInfo, GridMergeCellDirection)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved