ElementHost.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

For a more information about the CursorChanged event, see Control.CursorChanged.

Applies to

See also