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