FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.GroupPanel.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridGroupPanel Class / PropertyGroupCreated Event

In This Topic
    PropertyGroupCreated Event
    In This Topic
    Event that occurs when a new System.Windows.Data.PropertyGroupDescription has been created.
    Syntax
    'Declaration
     
    Public Event PropertyGroupCreated As EventHandler(Of PropertyGroupCreatedEventArgs)
    public event EventHandler<PropertyGroupCreatedEventArgs> PropertyGroupCreated
    Event Data

    The event handler receives an argument of type PropertyGroupCreatedEventArgs containing data related to this event. The following PropertyGroupCreatedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the data type for the group being created.  
    Gets or sets the PropertyGroupDescription for the group being created.  
    Remarks
    This event allows you to customize the new System.Windows.Data.PropertyGroupDescription by assigning it a custom IConverter.
    See Also