Table of Contents

Class PrintEvent<T>

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

Represents an event that is raised when a print action is triggered.

public class PrintEvent<T> : PubSubEvent<object>

Type Parameters

T

The type of data associated with the print event.

Inheritance
object
PubSubEvent<object>
PrintEvent<T>