TextBoxBase::OnQueryCursor Method (QueryCursorEventArgs^)

 

Invoked whenever an unhandled Mouse::QueryCursor attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void OnQueryCursor(
	QueryCursorEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::QueryCursorEventArgs^

Provides data about the event.

.NET Framework
Available since 3.0
Return to top
Show: