Raised when the dock location of the item has changed.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler DockChanged |
Visual Basic
Copy Code
|
|---|
Public Event DockChanged As EventHandler |
Event DataDockChanged event handlers receive an argument of type EventArgs.
See Also