C# Class PocketCampus.Common.TextBoxEx

Attached properties for the TextBox class.
Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Свойство Type Description
EnterCommandProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetEnterCommand ( DependencyObject obj ) : ICommand
SetEnterCommand ( DependencyObject obj, ICommand value ) : void

Private Methods

Méthode Description
OnEnterCommandChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
TextBox_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

GetEnterCommand() public static méthode

public static GetEnterCommand ( DependencyObject obj ) : ICommand
obj System.Windows.DependencyObject
Résultat ICommand

SetEnterCommand() public static méthode

public static SetEnterCommand ( DependencyObject obj, ICommand value ) : void
obj System.Windows.DependencyObject
value ICommand
Résultat void

Property Details

EnterCommandProperty public_oe static_oe property

public static DependencyProperty,System.Windows EnterCommandProperty
Résultat System.Windows.DependencyProperty