Class TextBoxClickCommandBehavior
Implements a command behavior for TextBox control.
Inheritance
System.Object
CommandBehaviorBase<System.Windows.Controls.Control>
TextBoxClickCommandBehavior
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.Windows.Controls.Control | element | A TextBox control. |