add_automationPointerMove(function(sender, e))
automationPointerMove.add(function(sender, e))
remove_automationPointerMove(function(sender, e))
automationPointerMove.remove(function(sender, e))
| Parameter | Type | Description |
|---|---|---|
| sender | 'var' | The source of the event. |
| e | AnnPointerEventArgs | The event data. |