Search
DockItem.DockChanged Event
See Also
 





Raised when the dock location of the item has changed.

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

 Syntax

C#  Copy Code

public event EventHandler DockChanged

Visual Basic  Copy Code

Public Event DockChanged As EventHandler

 Event Data

DockChanged event handlers receive an argument of type EventArgs.

 See Also