AvalonEdit
OnQueryCursor Method (e)
NamespacesICSharpCode.AvalonEdit.RenderingTextViewOnQueryCursor(QueryCursorEventArgs)
Invoked when an unhandled QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration Syntax
C#Visual BasicVisual C++
protected override void OnQueryCursor(
	QueryCursorEventArgs e
)
Protected Overrides Sub OnQueryCursor ( _
	e As QueryCursorEventArgs _
)
protected:
virtual void OnQueryCursor(
	QueryCursorEventArgs^ e
) override
Parameters
e (QueryCursorEventArgs)
The QueryCursorEventArgs that contains the event data.

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