ArcObjects Library Reference (SystemUI)  

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