Occurs when the value of the
System.Windows.Forms.Control.Cursor property changes.
Syntax
Visual Basic (Declaration) | |
---|
<SRCategoryAttribute("Property Changed")>
<SRDescriptionAttribute("Event raised when the value of the Cursor property is changed on Control.")>
Public Event CursorChanged As EventHandler |
C# | |
---|
[SRCategoryAttribute("Property Changed")]
[SRDescriptionAttribute("Event raised when the value of the Cursor property is changed on Control.")]
public event EventHandler CursorChanged |
C++/CLI | |
---|
[SRCategoryAttribute("Property Changed")]
[SRDescriptionAttribute("Event raised when the value of the Cursor property is changed on Control.")]
public:
event EventHandler^ CursorChanged |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also