Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupAddedEventArgs Class
Members


In This Topic
    GroupAddedEventArgs Class
    In This Topic
    Provides information on the group added to the grid.
    Syntax
    'Declaration
     
    Public Class GroupAddedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As GroupAddedEventArgs
    public class GroupAddedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Grid.GroupAddedEventArgs

    Public Constructors
     NameDescription
    Public ConstructorProvides information on the group added to the grid.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the datarow that caused the new group to be created and added to the grid.  
    Public PropertyGets the group that has just been added to the grid.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also