Table of Contents

Constructor EventData

Namespace
Innova.Prism.Infrastructure.EventParameters
Assembly
Innova.Prism.Infrastructure.dll

EventData()

Initializes a new instance of the EventData class.

public EventData()

EventData(string, object)

Initializes a new instance of the EventData class with the specified key and event object.

public EventData(string key, object eventObject)

Parameters

key string

The key associated with the event object.

eventObject object

The event object.