com.esri.arcgis.systemUI
Interface IComPropertySheetEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
BackgroundSelector, BorderSelector, GxCatalog, GxComBrowser, GxDataGraph, GxLayer, IComPropertySheetEventsAdapter, IComPropertySheetEventsProxy, LabelStyleSelector, LegendItemSelector, MapGridSelector, MaplexLabelStyleSelector, NorthArrowSelector, ScaleBarSelector, ScaleTextSelector, ShadowSelector, TOCCatalogView, TOCDisplayView, TOCGMxCatalogView, TOCGMxDisplayView, TOCGMxTypeView, TOCSxCatalogView, TOCSxDisplayView

public interface IComPropertySheetEvents
extends EventListener, Serializable

Provides access to events that occur on a COM property sheet.

Description

The IComPropertySheetEvents interface as a single method called OnApply. Call OnApply to notify other parts of the application that the objects passed to the property sheet have been edited.

Product Availability

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


Method Summary
 void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
          Occurs when changes are applied.
 

Method Detail

onApply

void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
             throws IOException,
                    AutomationException
Occurs when changes are applied.

Description

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.