C# Class Zetbox.Client.WPF.CustomControls.ZetboxListView

Inheritance: System.Windows.Controls.ListView
Exibir arquivo Open project: daszat/zetbox

Public Properties

Property Type Description
SelectedZetboxItemsProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnSelectedZetboxItemsChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Protected Methods

Method Description
GetContainerForItemOverride ( ) : DependencyObject
OnSelectionChanged ( System e ) : void

Private Methods

Method Description
AttachSelectedZetboxItemsCollectionChanged ( ) : void
Item_ButtonDownEvent ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Not called when a child element of the Item handles the Down event.

List_ButtonDownEvent ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Not called when the Item handles the Down event.

List_PreviewButtonDownEvent ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

make use of event tunneling for selecting items when a click event occurred in a child element

http://joshsmithonwpf.wordpress.com/2007/06/22/overview-of-routed-events-in-wpf/

SelectListViewItems ( System.Windows.Input.MouseButtonEventArgs e ) : void
ZetboxDataGrid_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
ZetboxListView ( ) : System

Method Details

GetContainerForItemOverride() protected method

protected GetContainerForItemOverride ( ) : DependencyObject
return System.Windows.DependencyObject

OnSelectedZetboxItemsChanged() public static method

public static OnSelectedZetboxItemsChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
obj System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnSelectionChanged() protected method

protected OnSelectionChanged ( System e ) : void
e System
return void

Property Details

SelectedZetboxItemsProperty public_oe static_oe property

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