Table of Contents

Class StructuredSearchShowListEvent<T>

Namespace
Innova.Prism.Infrastructure.Events
Assembly
Innova.Prism.Infrastructure.dll

Represents an event that is raised when a structured search is performed and the result list is shown.

public class StructuredSearchShowListEvent<T> : StructuredSearchEvent<T> where T : class

Type Parameters

T

The type of the entity.

Inheritance
StructuredSearchShowListEvent<T>