com.esri.arcgis.systemUI
Class IComPropertySheetEventsAdapter
java.lang.Object
   com.esri.arcgis.systemUI.IComPropertySheetEventsAdapter
com.esri.arcgis.systemUI.IComPropertySheetEventsAdapter
- All Implemented Interfaces: 
- IComPropertySheetEvents, Serializable, EventListener
- public class IComPropertySheetEventsAdapter 
- extends Object- implements IComPropertySheetEvents
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IComPropertySheetEventsAdapter
public IComPropertySheetEventsAdapter()
onApply
public void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
             throws IOException,
                    AutomationException
- Occurs when changes are applied.
  DescriptionCall OnApply to notify other parts of the application that the objects passed to the property sheet have been edited. Product AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.Supported PlatformsWindows, Solaris, Linux
 
- 
- Specified by:
- onApplyin interface- IComPropertySheetEvents
 
- 
- Parameters:
- theEvent- The event
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.