C# Class PocketCampus.Common.TextBoxEx

Attached properties for the TextBox class.
Inheritance: System.Windows.DependencyObject
ファイルを表示 Open project: accandme/pocketcampus

Public Properties

Property Type Description
EnterCommandProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetEnterCommand ( DependencyObject obj ) : ICommand
SetEnterCommand ( DependencyObject obj, ICommand value ) : void

Private Methods

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

Method Details

GetEnterCommand() public static method

public static GetEnterCommand ( DependencyObject obj ) : ICommand
obj System.Windows.DependencyObject
return ICommand

SetEnterCommand() public static method

public static SetEnterCommand ( DependencyObject obj, ICommand value ) : void
obj System.Windows.DependencyObject
value ICommand
return void

Property Details

EnterCommandProperty public_oe static_oe property

public static DependencyProperty,System.Windows EnterCommandProperty
return System.Windows.DependencyProperty