Class ListShowExtendedEvent<T>
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
Represents an event that is raised when a list view needs to show extended information.
public class ListShowExtendedEvent<T> : PubSubEvent<ListViewData<T>> where T : class
Type Parameters
T
The type of the data in the list view.
- Inheritance
-
ListShowExtendedEvent<T>