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
keystringThe key associated with the event object.
eventObjectobjectThe event object.