Some test text!
Xamarin / Guides
Platform
Documentation
The ToolManager
'sToolManagerDelegate
exposes a number of delegate methods to allow a subscriber to be notified of events that are managed by the tools framework. There are a number of methods that allow you to modify the behaviour of the tools themselves. The methods discussed here are simple notifications, so that the app may coordinate as necessary.
-toolManagerToolChanged:
This method is called when the tool changes, for example changing the "active" tool in a toolbar.
-toolManager:annotationAdded:onPageNumber:
-toolManager:annotationModified:onPageNumber:
-toolManager:annotationRemoved:onPageNumber:
These methods are called just after an annotation is added, modified or deleted.
Get the answers you need: Support