Edit

Share via


ExtendedCommandHandler.IsRegistered Property

Definition

Returns true if this command handler is registered. This might need to be checked in Dispose, to make sure an uninitialized component doesn't attempt to send a command.

protected bool IsRegistered { get; }
member this.IsRegistered : bool
Protected ReadOnly Property IsRegistered As Boolean

Property Value

Applies to