Class EventCancelled
public class EventCancelled : Change, IChange
- Inheritance
-
EventCancelled
- Implements
- Inherited Members
- Extension Methods
Constructors
EventCancelled(string, bool)
public EventCancelled(string reason, bool cancelRegistrations)
Parameters
Properties
CancelRegistrations
public bool CancelRegistrations { get; }
Property Value
Reason
public string Reason { get; }