add_setCursor(function(sender, e)) setCursor.add(function(sender, e)) remove_setCursor(function(sender, e)) setCursor.remove(function(sender, e))
This event occur when the user moves the mouse around on top of this AnnAutomation surface. The event data will let the user know what type of cursor (if any) must be applied.
Parameter | Type | Description |
---|---|---|
sender | 'var' | The source of the event. |
e | AnnCursorEventArgs | The event data. |