MapControl.Updated Event
Occurs when the connected View fires the View.Updated event.
Thread safety: The operations that add and remove event handlers are thread-safe.
Syntax
public event System.EventHandler UpdatedPlatforms
Windows, Linux, Android
Occurs when the connected View fires the View.Updated event.
public event System.EventHandler UpdatedWindows, Linux, Android
In this article
Occurs when the connected View fires the View::updated event.
public:
void addUpdatedHandler(
ViewEventHandler handler,
void* data
)
void removeUpdatedHandler(
ViewEventHandler handler
)Windows, Linux, Android
In this article
Occurs when the connected View fires the View.updated event.
public final void addUpdatedListener(
UpdatedListener listener
)
public final void removeUpdatedListener(
UpdatedListener listener
)Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article