Show / Hide Table of Contents

Class TextBoxClickCommandBehavior

Implements a command behavior for TextBox control.

Inheritance
object
CommandBehaviorBase<Control>
TextBoxClickCommandBehavior
CommandBehaviorBase<Control>.Command
CommandBehaviorBase<Control>.CommandParameter
CommandBehaviorBase<Control>.TargetObject
CommandBehaviorBase<Control>.ExecuteCommand()
CommandBehaviorBase<Control>.UpdateEnabledState()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class TextBoxClickCommandBehavior : CommandBehaviorBase<Control>

Constructors

View Source

TextBoxClickCommandBehavior(Control)

Create and initialize a new instance of TextBoxClickCommandBehavior class.

Declaration
public TextBoxClickCommandBehavior(Control element)
Parameters
Type Name Description
Control element

A TextBox control.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX