Table of Contents

Class ControlBuilderBase<TEvent>

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

Provides an abstract base class with common UI event source control functionality.

public abstract class ControlBuilderBase<TEvent> : ControlBuilderBase, IExpressionBuilder, INamedElement

Type Parameters

TEvent

The type of event notifications emitted by the UI control.

Inheritance
ControlBuilderBase<TEvent>
Implements
Derived
Inherited Members

Methods

Build(IEnumerable<Expression>)

Builds the expression tree for configuring and calling the UI control.

Generate()

Generates an observable sequence of event notifications from the UI control.