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

Inheritance: Microsoft.Windows.Controls.DataGrid
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

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

Méthodes publiques

Méthode Description
OnSelectedZetboxItemsChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ZetboxDataGrid ( ) : System

Méthodes protégées

Méthode 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

Méthode Description
AttachSelectedZetboxItemsCollectionChanged ( ) : void
ZetboxDataGrid_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

OnBeginningEdit() protected méthode

protected OnBeginningEdit ( DataGridBeginningEditEventArgs e ) : void
e DataGridBeginningEditEventArgs
Résultat void

OnCellEditEnding() protected méthode

protected OnCellEditEnding ( DataGridCellEditEndingEventArgs e ) : void
e DataGridCellEditEndingEventArgs
Résultat void

OnCreateAutomationPeer() protected méthode

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
Résultat System.Windows.Automation.Peers.AutomationPeer

OnCurrentCellChanged() protected méthode

protected OnCurrentCellChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnInitializingNewItem() protected méthode

protected OnInitializingNewItem ( InitializingNewItemEventArgs e ) : void
e InitializingNewItemEventArgs
Résultat void

OnItemsSourceChanged() protected méthode

protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
oldValue IEnumerable
newValue IEnumerable
Résultat void

OnPreparingCellForEdit() protected méthode

protected OnPreparingCellForEdit ( DataGridPreparingCellForEditEventArgs e ) : void
e DataGridPreparingCellForEditEventArgs
Résultat void

OnRowEditEnding() protected méthode

protected OnRowEditEnding ( DataGridRowEditEndingEventArgs e ) : void
e DataGridRowEditEndingEventArgs
Résultat void

OnSelectedZetboxItemsChanged() public static méthode

public static OnSelectedZetboxItemsChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
obj System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( System e ) : void
e System
Résultat void

ZetboxDataGrid() public méthode

public ZetboxDataGrid ( ) : System
Résultat System

Property Details

SelectedZetboxItemsProperty public_oe static_oe property

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