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


IElementShutdown.Shutdown Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IElementShutdown.Shutdown Method

Called when the element is about to be deleted.

[Visual Basic .NET]
Public Sub Shutdown ( _
)
[C#]
public void Shutdown (
);
[C++]
HRESULT Shutdown(
void
);

Product Availability

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

See Also

IElementShutdown Interface