Raised when the state of an item has changed.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DockEventArgs> ItemStateChanged |
Visual Basic
Copy Code
|
|---|
Public Event ItemStateChanged As EventHandler(Of DockEventArgs) |
Event DataItemStateChanged event handlers receive an argument of type DockEventArgs.
See Also