Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupAddedEventArgs Class / GroupAddedEventArgs Constructor
A reference to the Group object that has just been added to the grid.
A reference to the DataRow that caused the new group to be created and added to the grid.


In This Topic
    GroupAddedEventArgs Constructor
    In This Topic
    Provides information on the group added to the grid.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal group As Group, _
       ByVal dataRow As DataRow _
    )
    'Usage
     
    Dim group As Group
    Dim dataRow As DataRow
     
    Dim instance As New GroupAddedEventArgs(group, dataRow)
    public GroupAddedEventArgs( 
       Group group,
       DataRow dataRow
    )

    Parameters

    group
    A reference to the Group object that has just been added to the grid.
    dataRow
    A reference to the DataRow that caused the new group to be created and added to the grid.
    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