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