ArcObjects Library Reference (PublisherControls)  

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