Event that occurs when a new PropertyGroupDescription has been created.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.GroupPanel.4 (in C1.Silverlight.FlexGrid.GroupPanel.4.dll)

Syntax

C#
public event EventHandler<PropertyGroupCreatedEventArgs> PropertyGroupCreated
Visual Basic
Public Event PropertyGroupCreated As EventHandler(Of PropertyGroupCreatedEventArgs)

Remarks

This event allows you to customize the new PropertyGroupDescription by assigning it a custom [!:IConverter].

See Also