ICommandBindingSources Property
Gets a copy of the sources of this
ICommandBinding along with the bound event names.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
IDictionary<Object, string[]> Sources { get; }
ReadOnly Property Sources As IDictionary(Of Object, String())
Get
property IDictionary<Object^, array<String^>^>^ Sources {
IDictionary<Object^, array<String^>^>^ get ();
}
abstract Sources : IDictionary<Object, string[]> with get
Property Value
IDictionaryObject,
String