C# Class ChatterBox.Client.Presentation.Shared.Behaviors.ReturnKeyCommandBehavior

Show file Open project: openpeer/ChatterBox

Public Properties

Property Type Description
CommandProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetCommand ( DependencyObject obj ) : ICommand
SetCommand ( DependencyObject obj, ICommand value ) : void

Private Methods

Method Description
Dispatcher_AcceleratorKeyActivated ( CoreDispatcher sender, AcceleratorKeyEventArgs args ) : void
HandleKeyDown ( object sender, KeyRoutedEventArgs e ) : void
HandleKeyUp ( object sender, KeyRoutedEventArgs e ) : void
OnCommandUpdatePropertyChanged ( DependencyObject dp, DependencyPropertyChangedEventArgs e ) : void
ReturnKeyCommandBehavior ( ) : System.Windows.Input

Method Details

GetCommand() public static method

public static GetCommand ( DependencyObject obj ) : ICommand
obj Windows.UI.Xaml.DependencyObject
return ICommand

SetCommand() public static method

public static SetCommand ( DependencyObject obj, ICommand value ) : void
obj Windows.UI.Xaml.DependencyObject
value ICommand
return void

Property Details

CommandProperty public static property

public static DependencyProperty,Windows.UI.Xaml CommandProperty
return Windows.UI.Xaml.DependencyProperty