Class ApplicationsFetchedEventArgs
Provides data for the ApplicationsFetched event.
public sealed class ApplicationsFetchedEventArgs : EventArgs
- Inheritance
-
ApplicationsFetchedEventArgs
- Inherited Members
Constructors
ApplicationsFetchedEventArgs(ApplicationInfoCollection)
public ApplicationsFetchedEventArgs(ApplicationInfoCollection applications)
Parameters
applications
ApplicationInfoCollection
Properties
Applications
public ApplicationInfoCollection Applications { get; }