This document is archived and information here might be outdated.  Recommended version.


ComPropertySheetEventsProxyHelper Class (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SystemUI)  

ComPropertySheetEventsProxyHelper Class

ComPropertySheetEvents proxy source helper object.

ComPropertySheetEventsProxyHelper is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

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

Description

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.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description

Event Interfaces

Interfaces Description
IComPropertySheetEvents (default) Provides access to events that occur on a COM property sheet.

Working with Events

[Visual Basic 6.0]

When working with ComPropertySheetEventsProxyHelper's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pComPropertySheetEventsProxyHelper as ComPropertySheetEventsProxyHelper