alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Interface IGroupingColumnChanging

    Provides the functionality for the IGroupingColumnChanging.

    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public interface IGroupingColumnChanging

    Methods

    add_ColumnChanging(GroupingColumnChangeEventHandler)

    Declaration
    void add_ColumnChanging(GroupingColumnChangeEventHandler value)
    Parameters
    Type Name Description
    GroupingColumnChangeEventHandler value

    add_RowRemoving(GroupingRowEventHandler)

    Declaration
    void add_RowRemoving(GroupingRowEventHandler value)
    Parameters
    Type Name Description
    GroupingRowEventHandler value

    remove_ColumnChanging(GroupingColumnChangeEventHandler)

    Declaration
    void remove_ColumnChanging(GroupingColumnChangeEventHandler value)
    Parameters
    Type Name Description
    GroupingColumnChangeEventHandler value

    remove_RowRemoving(GroupingRowEventHandler)

    Declaration
    void remove_RowRemoving(GroupingRowEventHandler value)
    Parameters
    Type Name Description
    GroupingRowEventHandler value

    Events

    ColumnChanging

    Occurs when the column changing event is done.

    Declaration
    event GroupingColumnChangeEventHandler ColumnChanging
    Event Type
    Type
    GroupingColumnChangeEventHandler

    RowRemoving

    Occurs when the row removing event is done.

    Declaration
    event GroupingRowEventHandler RowRemoving
    Event Type
    Type
    GroupingRowEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved