Class TextControlBuilderBase<TEvent>
Provides an abstract base class with common UI text and event source control functionality.
public abstract class TextControlBuilderBase<TEvent> : TextControlBuilderBase, IExpressionBuilder, INamedElement
Type Parameters
TEvent
The type of event notifications emitted by the UI control.
- Inheritance
-
TextControlBuilderBase<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.