| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IComPropertySheetEvents
Provides access to events that occur on a COM property sheet.
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.
| Method Summary | |
|---|---|
 void | 
onApply(IComPropertySheetEventsOnApplyEvent theEvent)
Occurs when changes are applied.  | 
| Method Detail | 
|---|
void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
             throws IOException,
                    AutomationException
Call OnApply to notify other parts of the application that the objects passed to the property sheet have been edited.
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||