com.esri.arcgis.arcmapui
Interface esriMxCustomizationEvent

All Superinterfaces:
Serializable

public interface esriMxCustomizationEvent
extends Serializable

Mx customization event types.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriCEShowAddDataDialog
          Show Add Data Dialog.
static int esriCEShowDataFrameProperties
          Show Data Frame Properties.
static int esriCEShowLayersProperties
          Show Layer Properties.
 

Field Detail

esriCEShowDataFrameProperties

static final int esriCEShowDataFrameProperties
Show Data Frame Properties.

See Also:
Constant Field Values

esriCEShowAddDataDialog

static final int esriCEShowAddDataDialog
Show Add Data Dialog.

See Also:
Constant Field Values

esriCEShowLayersProperties

static final int esriCEShowLayersProperties
Show Layer Properties.

See Also:
Constant Field Values