Class ComponentScanCompletedEventArgs
The Datasource has finished searching for components.
Inheritance
System.Object
System.EventArgs
ComponentScanCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Events
Assembly: DelsysAPI.dll
Syntax
public class ComponentScanCompletedEventArgs : EventArgs
Constructors
ComponentScanCompletedEventArgs()
Declaration
public ComponentScanCompletedEventArgs()
Fields
ComponentDictionary
Declaration
public ConcurrentDictionary<Guid, Component> ComponentDictionary
Field Value
| Type | Description |
|---|---|
| System.Collections.Concurrent.ConcurrentDictionary<System.Guid, Component> |