Raised when secondary grouping is enabled to allow the client to filter some of the secondary resources.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CustomizeGroupingEventArgs> CustomizeGrouping |
Visual Basic
Copy Code
|
|---|
Public Event CustomizeGrouping As EventHandler(Of CustomizeGroupingEventArgs) |
Event DataCustomizeGrouping event handlers receive an argument of type CustomizeGroupingEventArgs.
See Also