IPlaceholderCommandProvider Interface

Interface for providing a Placeholder level command handler.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IPlaceholderCommandProvider

Properties

Command The name of the command this object returns a handler for.
DisplayName  

Methods

GetHandler Gets a handler for the command.

See Also