MindFusion WinForms Programmer's Guide
Calendar.CustomizeGrouping Event
See Also
 





Raised when secondary grouping is enabled to allow the client to filter some of the secondary resources.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<CustomizeGroupingEventArgs> CustomizeGrouping

Visual Basic  Copy Code

Public Event CustomizeGrouping As EventHandler(Of CustomizeGroupingEventArgs)

 Event Data

CustomizeGrouping event handlers receive an argument of type CustomizeGroupingEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace