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

Inheritance: Microsoft.Windows.Controls.DataGrid
Mostrar archivo 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
ZetboxDataGrid ( ) : System

Protected Methods

Method Description
OnBeginningEdit ( DataGridBeginningEditEventArgs e ) : void
OnCellEditEnding ( DataGridCellEditEndingEventArgs e ) : void
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
OnCurrentCellChanged ( EventArgs e ) : void
OnInitializingNewItem ( InitializingNewItemEventArgs e ) : void
OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
OnPreparingCellForEdit ( DataGridPreparingCellForEditEventArgs e ) : void
OnRowEditEnding ( DataGridRowEditEndingEventArgs e ) : void
OnSelectionChanged ( System e ) : void

Private Methods

Method Description
AttachSelectedZetboxItemsCollectionChanged ( ) : void
ZetboxDataGrid_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

OnBeginningEdit() protected method

protected OnBeginningEdit ( DataGridBeginningEditEventArgs e ) : void
e DataGridBeginningEditEventArgs
return void

OnCellEditEnding() protected method

protected OnCellEditEnding ( DataGridCellEditEndingEventArgs e ) : void
e DataGridCellEditEndingEventArgs
return void

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer

OnCurrentCellChanged() protected method

protected OnCurrentCellChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnInitializingNewItem() protected method

protected OnInitializingNewItem ( InitializingNewItemEventArgs e ) : void
e InitializingNewItemEventArgs
return void

OnItemsSourceChanged() protected method

protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
oldValue IEnumerable
newValue IEnumerable
return void

OnPreparingCellForEdit() protected method

protected OnPreparingCellForEdit ( DataGridPreparingCellForEditEventArgs e ) : void
e DataGridPreparingCellForEditEventArgs
return void

OnRowEditEnding() protected method

protected OnRowEditEnding ( DataGridRowEditEndingEventArgs e ) : void
e DataGridRowEditEndingEventArgs
return void

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

ZetboxDataGrid() public method

public ZetboxDataGrid ( ) : System
return System

Property Details

SelectedZetboxItemsProperty public_oe static_oe property

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