Table of Contents

Constructor EventHolder

Namespace
Innova.Prism.Library.ClassDefinitions
Assembly
Innova.Prism.Library.dll

EventHolder()

Initializes a new instance of the EventHolder class.

public EventHolder()

EventHolder(EventBase, SubscriptionToken)

Initializes a new instance of the EventHolder class with the specified event and subscription token.

public EventHolder(EventBase theEvent, SubscriptionToken token)

Parameters

theEvent EventBase

The event.

token SubscriptionToken

The subscription token.