This document is archived and information here might be outdated.  Recommended version.


IARGlobeControlEvents.OnAction Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControlEvents Interface > IARGlobeControlEvents.OnAction Event
ArcGIS Developer Help

IARGlobeControlEvents.OnAction Event

Fires when an action takes place.

[Visual Basic .NET]
Public Event OnAction As OnActionEventHandler
[C#]
public event OnActionEventHandler OnAction

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The OnAction event triggers before an action occurs with the ArcReaderGlobeControl, and provides you with a mechanism for suppressing the action from taking place or customising the action that will take place.

action indicates the type of action taking place.

data supplied as part of the action.

suppressAction specifies a boolean indicating whether the default action will be suppressed. By default the action will not be suppressed

See Also

IARGlobeControlEvents Interface