RadControls for WPF

Occurs when a group row's expanded state is changed.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public event EventHandler<GroupRowEventArgs> GroupRowIsExpandedChanged
Visual Basic
Public Event GroupRowIsExpandedChanged As EventHandler(Of GroupRowEventArgs)

See Also