Class CancelableSyncEvent
- Namespace
- MonkeyLoader.Events
- Assembly
- MonkeyLoader.dll
Marks the base for all synchronous events used by ICancelableEventSource<TEvent>s.
public abstract class CancelableSyncEvent : SyncEvent
- Inheritance
-
CancelableSyncEvent
- Inherited Members
Constructors
CancelableSyncEvent()
Initializes this cancelable synchronous event.
protected CancelableSyncEvent()
Properties
Canceled
Gets or sets whether this event has been canceled by a previous event handler.
public bool Canceled { get; set; }
Property Value
Remarks
When this property is true
, the default action should be prevented from happening.