[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.OnQueryCursor

OnQueryCursor Method

OnQueryCursor(QueryCursorEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.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
protected override void OnQueryCursor(QueryCursorEventArgs e)
Protected Overrides Sub OnQueryCursor(e As QueryCursorEventArgs)
Parameters
Type Name Description
QueryCursorEventArgs e

The QueryCursorEventArgs that contains the event data.

Overrides