Property | Type | Description | |
---|---|---|---|
AfterAdapterAction | void | ||
OnCancel | void | ||
OnCollectionChanged | void | ||
OnCommit | void | ||
OnSelectionChanged | void | ||
OnSelectorMouseLeftButtonUp | void | ||
SelectedIndexDecrement | void | ||
SelectedIndexIncrement | void |
Method | Description | |
---|---|---|
CreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer | ||
DataGridSelectionAdapter ( ) : System | ||
HandleKeyDown ( System.Windows.Input.KeyEventArgs e ) : void |
Method | Description | |
---|---|---|
AfterAdapterAction ( ) : void | ||
OnCancel ( object sender, |
||
OnCollectionChanged ( object sender, |
||
OnCommit ( object sender, |
||
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
OnSelectorMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
SelectedIndexDecrement ( ) : void | ||
SelectedIndexIncrement ( ) : void |
public CreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer | ||
return | System.Windows.Automation.Peers.AutomationPeer |
public HandleKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
return | void |