C# Class ScrumPowerTools.Framework.Presentation.ListViewItemClickBehavior

Afficher le fichier Open project: cqse/ScrumPowerTools

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetDoubleClick ( DependencyObject target ) : ICommand
SetDoubleClick ( DependencyObject target, ICommand value ) : void

Private Methods

Méthode Description
DoubleClickChanged ( DependencyObject target, System.Windows.DependencyPropertyChangedEventArgs e ) : void
MouseDoubleClicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

GetDoubleClick() public static méthode

public static GetDoubleClick ( DependencyObject target ) : ICommand
target System.Windows.DependencyObject
Résultat ICommand

SetDoubleClick() public static méthode

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

Property Details

DoubleClickCommandProperty public_oe static_oe property

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