C# Class SmartCmdArgs.View.DataGridEx

Inheritance: System.Windows.Controls.DataGrid
Afficher le fichier Open project: MBulli/SmartCommandlineArgs

Méthodes publiques

Свойство Type Description
CopyCommandProperty System.Windows.DependencyProperty
CutCommandProperty System.Windows.DependencyProperty
IsInEditModeProperty System.Windows.DependencyProperty
MoveDownCommandProperty System.Windows.DependencyProperty
MoveUpCommandProperty System.Windows.DependencyProperty
PasteCommandProperty System.Windows.DependencyProperty
SelectedItemsProperty System.Windows.DependencyProperty
ToggleItemEnabledProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CheckboxCellOnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
DataGridEx ( ) : System

Méthodes protégées

Méthode Description
OnBeginningEdit ( System.Windows.Controls.DataGridBeginningEditEventArgs e ) : void
OnCellEditEnding ( System.Windows.Controls.DataGridCellEditEndingEventArgs e ) : void
OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnSelectedCellsChanged ( System.Windows.Controls.SelectedCellsChangedEventArgs e ) : void

Private Methods

Méthode Description
FocusCell ( object item, int columnIndex = 1 ) : void
FocusCellAfterDelay ( object item, int columnIndex = 1, int delayInMs = 10 ) : void
GetCell ( System.Windows.Controls.DataGridRow rowContainer, int column ) : System.Windows.Controls.DataGridCell
OnCanExecuteCopy ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
OnCanExecuteCut ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
OnCanExecutePaste ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
OnExecuteCopy ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OnExecuteCut ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OnExecutePaste ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SelectAndSetFocusToItem ( object item ) : void
ToggleEnabledForItem ( object item ) : void

Method Details

CheckboxCellOnMouseDown() public méthode

public CheckboxCellOnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

DataGridEx() public méthode

public DataGridEx ( ) : System
Résultat System

OnBeginningEdit() protected méthode

protected OnBeginningEdit ( System.Windows.Controls.DataGridBeginningEditEventArgs e ) : void
e System.Windows.Controls.DataGridBeginningEditEventArgs
Résultat void

OnCellEditEnding() protected méthode

protected OnCellEditEnding ( System.Windows.Controls.DataGridCellEditEndingEventArgs e ) : void
e System.Windows.Controls.DataGridCellEditEndingEventArgs
Résultat void

OnItemsChanged() protected méthode

protected OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnPreviewKeyDown() protected méthode

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnSelectedCellsChanged() protected méthode

protected OnSelectedCellsChanged ( System.Windows.Controls.SelectedCellsChangedEventArgs e ) : void
e System.Windows.Controls.SelectedCellsChangedEventArgs
Résultat void

Property Details

CopyCommandProperty public_oe static_oe property

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

CutCommandProperty public_oe static_oe property

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

IsInEditModeProperty public_oe static_oe property

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

MoveDownCommandProperty public_oe static_oe property

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

MoveUpCommandProperty public_oe static_oe property

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

PasteCommandProperty public_oe static_oe property

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

SelectedItemsProperty public_oe static_oe property

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

ToggleItemEnabledProperty public_oe static_oe property

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