Version

GridGroupDescriptionsChangedEventHandler Delegate

Called when the group descriptions applied to the grid have changed.
Syntax
public delegate void GridGroupDescriptionsChangedEventHandler( 
   object sender,
   GridGroupDescriptionsChangedEventArgs args
)

Parameters

sender
The grid.
args
Information about the current group descriptions.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also