AvalonEdit
OnTextViewChanged Method (oldTextView, newTextView)
NamespacesICSharpCode.AvalonEdit.EditingAbstractMarginOnTextViewChanged(TextView, TextView)
Called when the TextView is changing.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void OnTextViewChanged(
	TextView oldTextView,
	TextView newTextView
)
Protected Overridable Sub OnTextViewChanged ( _
	oldTextView As TextView, _
	newTextView As TextView _
)
protected:
virtual void OnTextViewChanged(
	TextView^ oldTextView, 
	TextView^ newTextView
)
Parameters
oldTextView (TextView)
newTextView (TextView)

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