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


IMenuItem.OnClose Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IM > IMenuItem Interface > IMenuItem.OnClose Method
ArcGIS Developer Help

IMenuItem.OnClose Method

Called on commands after their parent menu is closed.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IMenuItem Interface