This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComPropertySheetEvents Interface > IComPropertySheetEvents.OnApply Event (ArcObjects .NET 10.4 SDK) |
Occurs when changes are applied.
[Visual Basic .NET] Public Event OnApply As OnApplyEventHandler
[C#] public event OnApplyEventHandler OnApply
[C++]
HRESULT OnApply(
void
);
Call OnApply to notify other parts of the application that the objects passed to the property sheet have been edited.