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


IComPropertySheetEvents.OnApply Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComPropertySheetEvents Interface > IComPropertySheetEvents.OnApply Event
ArcGIS Developer Help

IComPropertySheetEvents.OnApply Event

Occurs when changes are applied.

[Visual Basic .NET]
Public Event OnApply As OnApplyEventHandler
[C#]
public event OnApplyEventHandler OnApply
[C++]
HRESULT OnApply(
void
);

Product Availability

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

Description

Call OnApply to notify other parts of the application that the objects passed to the property sheet have been edited.

See Also

IComPropertySheetEvents Interface