ComponentOne FlexGrid for WPF and Silverlight
PropertyGroupCreated Event (C1FlexGridGroupPanel)

C1.Silverlight.FlexGrid Namespace > C1FlexGridGroupPanel Class : PropertyGroupCreated Event
Event that occurs when a new System.Windows.Data.PropertyGroupDescription has been created.
Syntax
'Declaration
 
Public Event PropertyGroupCreated As System.EventHandler(Of PropertyGroupCreatedEventArgs)
public event System.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