Search
ExpanderControl.Expanded Event
See Also
 





Raised when the control is expanded or collapsed, either programmatically or interactively.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public event EventHandler Expanded

Visual Basic  Copy Code

Public Event Expanded As EventHandler

 Event Data

Expanded event handlers receive an argument of type EventArgs.

 See Also