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


IActionEvents.OnRemoveFromCollection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionEvents Interface > IActionEvents.OnRemoveFromCollection Method
ArcGIS Developer Help

IActionEvents.OnRemoveFromCollection Method

Not implemented.

[Visual Basic .NET]
Public Sub OnRemoveFromCollection ( _
    ByVal piAction As IAction _
)
[C#]
public void OnRemoveFromCollection (
    IAction piAction
);
[C++]
HRESULT OnRemoveFromCollection(
  IAction* piAction
);
[C++]
Parameters
piAction [in]

piAction is a parameter of type IAction*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IActionEvents Interface