Raised when the control is expanded or collapsed, either programmatically or interactively.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler Expanded |
Visual Basic
Copy Code
|
|---|
Public Event Expanded As EventHandler |
Event DataExpanded event handlers receive an argument of type EventArgs.
See Also