Method | Description | |
---|---|---|
KeyDown ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the KeyDown event, or passes through to the next processor in the chain.
|
|
KeyUp ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the KeyUp event, or passes through to the next processor in the chain.
|
|
PreviewKeyDown ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the PreviewKeyDown event, or passes through to the next processor in the chain.
|
|
PreviewKeyUp ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the PreviewKeyUp event, or passes through to the next processor in the chain.
|
|
PreviewTextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the PreviewTextInput event, or passes through to the next processor in the chain.
|
|
PreviewTextInputStart ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the PreviewTextInputStart event, or passes through to the next processor in the chain.
|
|
PreviewTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the PreviewTextInputUpdate event, or passes through to the next processor in the chain.
|
|
TextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the TextInput event, or passes through to the next processor in the chain.
|
|
TextInputStart ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the TextInputStart event, or passes through to the next processor in the chain.
|
|
TextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void |
Handles the TextInputUpdate event, or passes through to the next processor in the chain.
|
public KeyDown ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.KeyEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |
public KeyUp ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.KeyEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |
public PreviewKeyDown ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.KeyEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |
public PreviewKeyUp ( System.Windows.Input.KeyEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.KeyEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |
public PreviewTextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |
public PreviewTextInputStart ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |
public PreviewTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |
public TextInput ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |
public TextInputStart ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |
public TextInputUpdate ( System.Windows.Input.TextCompositionEventArgs args, ITextBuffer targetBuffer, System.Action next ) : void | ||
args | System.Windows.Input.TextCompositionEventArgs | |
targetBuffer | ITextBuffer | |
next | System.Action | |
return | void |