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


IRasterDataManagementEvents.OnEvent Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterDataManagementEvents.OnEvent Event

Performs operation on the raster data management event.

[Visual Basic .NET]
Public Event OnEvent As OnEventEventHandler
[C#]
public event OnEventEventHandler OnEvent
[C++]
HRESULT OnEvent(
  BSTR EventName,
  VARIANT vParam
);
[C++]

Parameters EventName [in] EventName is a parameter of type BSTR vParam [in] vParam is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterDataManagementEvents Interface