C# Class ScrumPowerTools.Framework.Presentation.ListViewItemClickBehavior

Exibir arquivo Open project: cqse/ScrumPowerTools

Public Properties

Property Type Description
DoubleClickCommandProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetDoubleClick ( DependencyObject target ) : ICommand
SetDoubleClick ( DependencyObject target, ICommand value ) : void

Private Methods

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

Method Details

GetDoubleClick() public static method

public static GetDoubleClick ( DependencyObject target ) : ICommand
target System.Windows.DependencyObject
return ICommand

SetDoubleClick() public static method

public static SetDoubleClick ( DependencyObject target, ICommand value ) : void
target System.Windows.DependencyObject
value ICommand
return void

Property Details

DoubleClickCommandProperty public_oe static_oe property

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