com.esri.arcgis.framework
Interface esriCustomizationEvent

All Superinterfaces:
java.io.Serializable

public interface esriCustomizationEvent
extends java.io.Serializable

Constants from esriCustomizationEvent' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Customization event types.' 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 int esriCEAddCategory
          Occurs when the Categories list on the Customize dialog is populated.
static int esriCEAddCommand
          Occurs when the Commands list on the Customize dialog is populated.
static int esriCEEditVBACode
          Occurs before VBA code is programmatically edited.
static int esriCEInvokeCommand
          Occurs when a command on a commandbar is about to be executed.
static int esriCERunVBACode
          Occurs before VBA code is run programmatically.
static int esriCEShowCustCtxMenu
          Occurs when the Customize context menu is popped up for a command item.
static int esriCEShowCustDlg
          Occurs when the Customize dialog is requested to be opened.
static int esriCEShowVBAIDE
          Occurs when the Visual Basic Editor is requested to be opened.
 

Field Detail

esriCEAddCategory

static final int esriCEAddCategory
Occurs when the Categories list on the Customize dialog is populated.

See Also:
Constant Field Values

esriCEAddCommand

static final int esriCEAddCommand
Occurs when the Commands list on the Customize dialog is populated.

See Also:
Constant Field Values

esriCEShowCustDlg

static final int esriCEShowCustDlg
Occurs when the Customize dialog is requested to be opened.

See Also:
Constant Field Values

esriCEShowVBAIDE

static final int esriCEShowVBAIDE
Occurs when the Visual Basic Editor is requested to be opened.

See Also:
Constant Field Values

esriCEInvokeCommand

static final int esriCEInvokeCommand
Occurs when a command on a commandbar is about to be executed.

See Also:
Constant Field Values

esriCEShowCustCtxMenu

static final int esriCEShowCustCtxMenu
Occurs when the Customize context menu is popped up for a command item.

See Also:
Constant Field Values

esriCERunVBACode

static final int esriCERunVBACode
Occurs before VBA code is run programmatically.

See Also:
Constant Field Values

esriCEEditVBACode

static final int esriCEEditVBACode
Occurs before VBA code is programmatically edited.

See Also:
Constant Field Values