WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupEventArgs

    Represents the class that provides data for events that occur on a group level such as GroupCollapsing, GroupCollapsed, GroupExpanding, and GroupExpanded.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GroupEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class GroupEventArgs : SyncfusionCancelEventArgs

    Constructors

    GroupEventArgs(Group)

    Initializes a new instance of the GroupEventArgs class with a reference to a group.

    Declaration
    public GroupEventArgs(Group group)
    Parameters
    Type Name Description
    Group group

    The affected group.

    Properties

    Group

    Gets the affected group.

    Declaration
    [TraceProperty(true)]
    public Group Group { get; }
    Property Value
    Type Description
    Group
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved