TextBoxBase.OnQueryCursor(QueryCursorEventArgs) Method

Definition

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

protected:
 override void OnQueryCursor(System::Windows::Input::QueryCursorEventArgs ^ e);
protected override void OnQueryCursor (System.Windows.Input.QueryCursorEventArgs e);
override this.OnQueryCursor : System.Windows.Input.QueryCursorEventArgs -> unit
Protected Overrides Sub OnQueryCursor (e As QueryCursorEventArgs)

Parameters

e
QueryCursorEventArgs

Provides data about the event.

Applies to

See also