Name | Description | |
---|---|---|
Caption | Gets the name of the Module. |
The following tables list the members exposed by Module.
Name | Description | |
---|---|---|
GetSuggestedCMDIDs | Gets the set of Search Suggestion IDs. |
Name | Description | |
---|---|---|
CanCopyAsync | Modules are constantly polled giving them the opportunity to enable the application's Copy button. | |
CanCopyPathAsync | Modules are constantly polled giving them the opportunity to enable the application's Copy Path button. | |
CanCutAsync | Modules are constantly polled giving them the opportunity to enable the application's Cut button. | |
CanDeleteAsync | Modules are constantly polled giving them the opportunity to enable the application's Delete button. | |
CanPasteAsync | Modules are constantly polled giving them the opportunity to enable the application's Paste button. | |
CanPasteSpecialAsync | Modules are constantly polled giving them the opportunity to enable the application's PasteSpecial button. | |
CanUnload | When overridden in a derived class, a Module can return that it can't be unloaded. | |
CopyAsync | Called when the Copy command is executed. | |
CopyPathAsync | Called when the CopyPath command is executed. | |
CutAsync | Called when the Cut command is executed. | |
DeleteAsync | Called when the Delete command is executed. | |
ExecuteCommand | Override this method to allow users to execute DAML commands specified in this module. | |
ExecuteCommandArgs | Override this method to allow users to execute DAML commands specified in this module. | |
Initialize | When overridden in a derived class, gives the custom Module a chance to initialize itself and return its status to the calling Framework. | |
NotifyPropertyChanged | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
OnPaneActivated | Called by the Framework when a Pane is activated. | |
OnPaneClosed | Called by the Framework when a Pane is closed. | |
OnPaneClosing | Called by the Framework when one of the Module's Pane is about to close. | |
OnPaneDeactivated | Called by the Framework when a Pane is deactivated. | |
OnPaneOpened | Called by the Framework when a new Pane is opened. This occurs after the pane has been fully initialized. | |
OnReadSettingsAsync | Override this method to read custom settings written to the current project. | |
OnUpdate | Called periodically by the framework once the module has been loaded. | |
OnWriteSettingsAsync | Override this method to write custom settings to the current project when it is saved. | |
PasteAsync | Called when the Paste command is executed. | |
PasteSpecialAsync | Called when the PasteSpecial command is executed. | |
SetProperty | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
Uninitialize | When overridden in a derived class, gives the custom Module a chance to uninitialize itself. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |