Table of Contents

Delegate BarComponent

Namespace
Whim.Bar
Assembly
Whim.Bar.dll
Delegate for creating a component. A component will subscribe to Closed if it has resources to dispose.
public delegate UserControl BarComponent(IContext context, IMonitor monitor, Window window)

Parameters

context IContext
Delegate for creating a component. A component will subscribe to if it has resources to dispose.
monitor IMonitor
Delegate for creating a component. A component will subscribe to if it has resources to dispose.
window Window
Delegate for creating a component. A component will subscribe to if it has resources to dispose.

Returns

UserControl
Delegate for creating a component. A component will subscribe to if it has resources to dispose.