public abstract class CustomizationFilter
Public MustInherit Class CustomizationFilter
public abstract class CustomizationFilter
Public MustInherit Class CustomizationFilter
CustomizationFilters give developers the opportunity to limit functionality. Before any DAML defined command is executed, the registered CustomizationFilters are consulted; if any filter returns true
, the sequence is stopped and the command is not executed.
Use ArcGIS.Desktop.Framework.FrameworkApplication.RegisterCustomizationFilter to register a custom CustomizationFilter with the application.
System.Object
ArcGIS.Desktop.Framework.Contracts.CustomizationFilter
Target Platforms: Windows 10, Windows 8.1, Windows 7