ICommandBindingSources Property

Gets a copy of the sources of this ICommandBinding along with the bound event names.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
IDictionary<Object, string[]> Sources { get; }

Property Value

IDictionaryObject, String

See Also