This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Classes > C > ComPropertySheetEventsProxyHelper Class (ArcObjects .NET 10.4 SDK) |
ComPropertySheetEvents proxy source helper object.
ComPropertySheetEventsProxyHelper is a non-creatable object. References to non-creatable objects must be obtained through other objects.
Use the CommPropertySheetEventsProxyHelper to listen to the non-default outbound interface IComPropertySheetEvents on a property sheet. This is useful when developing in VB6 as VB6 can only listen to one outbound interface on a CoClass.
Interfaces | Description |
---|
Interfaces | Description |
---|---|
IComPropertySheetEvents (default) | Provides access to events that occur on a COM property sheet. |
When working with ComPropertySheetEventsProxyHelper's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pComPropertySheetEventsProxyHelper as ComPropertySheetEventsProxyHelper