C# 클래스 SmartCmdArgs.View.DataGridEx

상속: System.Windows.Controls.DataGrid
파일 보기 프로젝트 열기: MBulli/SmartCommandlineArgs

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CheckboxCellOnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
DataGridEx ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CheckboxCellOnMouseDown() 공개 메소드

public CheckboxCellOnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
리턴 void

DataGridEx() 공개 메소드

public DataGridEx ( ) : System
리턴 System

OnBeginningEdit() 보호된 메소드

protected OnBeginningEdit ( System.Windows.Controls.DataGridBeginningEditEventArgs e ) : void
e System.Windows.Controls.DataGridBeginningEditEventArgs
리턴 void

OnCellEditEnding() 보호된 메소드

protected OnCellEditEnding ( System.Windows.Controls.DataGridCellEditEndingEventArgs e ) : void
e System.Windows.Controls.DataGridCellEditEndingEventArgs
리턴 void

OnItemsChanged() 보호된 메소드

protected OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnPreviewKeyDown() 보호된 메소드

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnSelectedCellsChanged() 보호된 메소드

protected OnSelectedCellsChanged ( System.Windows.Controls.SelectedCellsChangedEventArgs e ) : void
e System.Windows.Controls.SelectedCellsChangedEventArgs
리턴 void

프로퍼티 상세

CopyCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CopyCommandProperty
리턴 System.Windows.DependencyProperty

CutCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CutCommandProperty
리턴 System.Windows.DependencyProperty

IsInEditModeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsInEditModeProperty
리턴 System.Windows.DependencyProperty

MoveDownCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MoveDownCommandProperty
리턴 System.Windows.DependencyProperty

MoveUpCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MoveUpCommandProperty
리턴 System.Windows.DependencyProperty

PasteCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PasteCommandProperty
리턴 System.Windows.DependencyProperty

SelectedItemsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SelectedItemsProperty
리턴 System.Windows.DependencyProperty

ToggleItemEnabledProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ToggleItemEnabledProperty
리턴 System.Windows.DependencyProperty