An event raised when the view is being rebuild and before the cell presenters are created.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler Rebuilding |
Visual Basic
Copy Code
|
|---|
Public Event Rebuilding As EventHandler |
Event DataRebuilding event handlers receive an argument of type EventArgs.
See Also