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
stringThe key associated with the event object.
eventObject
objectThe event object.