Property EventType
EventType
This property specifies the type of event to be registered by the user. Event types are specified at the time of notification registration.
Declaration
public EventType EventType { get; }
Property Value
Type | Description |
---|---|
EventType | Returns an EventType enum which specifies the type of event to be registered by the user. Event types are specified at the time of notification registration. |