com.esri.arcgis.framework
Interface IComPropertyPageSite

All Superinterfaces:
Serializable
All Known Implementing Classes:
ColorPageSite, ComPropertyPageSite, ComPropertySheet, IComPropertyPageSiteProxy

public interface IComPropertyPageSite
extends Serializable

COM Interface 'IComPropertyPageSite'. Generated 6/22/2009 3:32:54 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to the callback mechanism of a COM property sheet.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static String IID
          Deprecated. Internal use only
static int IID3b81f6f1_54a0_11d3_b8c3_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void pageChanged()
          Called by the property page to let the property sheet know that something changed.
 

Field Detail

IID3b81f6f1_54a0_11d3_b8c3_00600802e603

static final int IID3b81f6f1_54a0_11d3_b8c3_00600802e603
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

pageChanged

void pageChanged()
                 throws IOException,
                        AutomationException
Called by the property page to let the property sheet know that something changed.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.