Table of Contents

Class ShowEditEntityExtendedEvent<T>

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

Represents an event that is used to show and edit an extended entity.

public class ShowEditEntityExtendedEvent<T> : PubSubEvent<EntityEventData<T>> where T : class

Type Parameters

T

The type of the extended entity.

Inheritance
ShowEditEntityExtendedEvent<T>