Class ListShowEvent<T>
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
Represents an event that is raised when a list needs to be shown.
public class ListShowEvent<T> : PubSubEvent<ListViewData<T>> where T : class
Type Parameters
T
The type of the list items.
- Inheritance
-
ListShowEvent<T>