AvalonEdit
PopStackedInputHandler Method (inputHandler)
NamespacesICSharpCode.AvalonEdit.EditingTextAreaPopStackedInputHandler(TextAreaStackedInputHandler)
Pops the stacked input handler (and all input handlers above it). If inputHandler is not found in the currently stacked input handlers, or is null, this method does nothing.
Declaration Syntax
C#Visual BasicVisual C++
public void PopStackedInputHandler(
	TextAreaStackedInputHandler inputHandler
)
Public Sub PopStackedInputHandler ( _
	inputHandler As TextAreaStackedInputHandler _
)
public:
void PopStackedInputHandler(
	TextAreaStackedInputHandler^ inputHandler
)
Parameters
Remarks

There is one active input handler per text area (ActiveInputHandler), plus a number of active stacked input handlers.

The text area also stores a reference to a default input handler, but that is not necessarily active.

Stacked input handlers work in addition to the set of currently active handlers (without detaching them). They are detached in the reverse order of being attached.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238