Raised for each DockItem when the control is loaded from a file.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemContentEventArgs> ItemLoading |
Visual Basic
Copy Code
|
|---|
Public Event ItemLoading As EventHandler(Of ItemContentEventArgs) |
See Also