Gjallarhorn.Bindable


UIFactory<'Model, 'Nav, 'Message>

Namespace: Gjallarhorn.Wpf

Generates the UI, with proper binding contexts installed

Constructors

ConstructorDescription
new()
Signature: unit -> UIFactory<'Model,'Nav,'Message>

CompiledName: .ctor

Instance members

Instance memberDescription
AfterNav
Signature: unit -> unit

CompiledName: get_AfterNav

BeforeNav
Signature: unit -> unit

CompiledName: get_BeforeNav

Create(arg1)
Signature: ApplicationCore<'Model,'Nav,'Message> -> UIType
Modifiers: abstract

Create the specific UI element given the application

SetAfterNav(handler)
Signature: (handler:(unit -> unit)) -> unit
SetBeforeNav(handler)
Signature: (handler:(unit -> unit)) -> unit
Fork me on GitHub