DataGrid.CursorChanged Event

Definition

Occurs when the value of the Cursor property changes.

public:
 event EventHandler ^ CursorChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler CursorChanged;
[<System.ComponentModel.Browsable(false)>]
member this.CursorChanged : EventHandler 
Public Custom Event CursorChanged As EventHandler 

Event Type

Attributes

Remarks

The Cursor property is not meaningful for this control, although you can change its value and handle the CursorChanged event to detect the change.

Applies to