Table of Contents

Class ShowAddExistingRelatedEvent<T>

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

Represents an event that is used to show the add existing related view.

public class ShowAddExistingRelatedEvent<T> : PubSubEvent<AddRelatedType<T>> where T : class

Type Parameters

T

The type of the related item.

Inheritance
ShowAddExistingRelatedEvent<T>