Search
DockItem.StateChanged Event
See Also
 





Raised when the state of the item has changed.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public event EventHandler StateChanged

Visual Basic  Copy Code

Public Event StateChanged As EventHandler

 Event Data

StateChanged event handlers receive an argument of type EventArgs.

 See Also