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