Class TextBoxClickCommandBehavior
Implements a command behavior for TextBox control.
Namespace: Sartorius.SAF.Presentation.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class TextBoxClickCommandBehavior : CommandBehaviorBase<Control>
Constructors
View SourceTextBoxClickCommandBehavior(Control)
Create and initialize a new instance of TextBoxClickCommandBehavior class.
Declaration
public TextBoxClickCommandBehavior(Control element)
Parameters
| Type | Name | Description |
|---|---|---|
| Control | element | A TextBox control. |