Name | Description | |
---|---|---|
![]() | Applies | Gets if this control (and it's tab) apply to this MapMember. The default value is false. |
![]() | ApplyAsync | Task to apply any edits in the loaded row. The defualt behavior is to call Inspector.ApplyAsync for any loaded row. Override this method to provide your specific implementation of applying edits if additional customization is required. |
![]() | CancelAsync | Task to cancel any edits in the loaded row. The default behavior is to call Inspector.CancelAsync for any loaded row. Override this method to provide your implementation of canceling edits if additional customization is required. |
![]() | CloseAsync | Occurs when the controls is closed. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl) |
![]() | CommitAsync | Occurs when control is executed or has changes to its options to be commited. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl) |
![]() | LoadFromFeaturesAsync | Called when attributes from one or more rows have been loaded into the Inspector. |
![]() | OpenAsync | Occurs when the control is hosted. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl) |