Table of Contents

Class ShowInsertEntityEvent<T>

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

Represents an event that is used to show the insert entity functionality.

public class ShowInsertEntityEvent<T> : PubSubEvent<ShowInsertEntityEventData>

Type Parameters

T

The type of the entity.

Inheritance
object
ShowInsertEntityEvent<T>