Table of Contents

Class CancellableEventArgs

Namespace
Myra.Events
Assembly
Myra.dll

Provides data for events that can be cancelled.

public class CancellableEventArgs : MyraEventArgs
Inheritance
CancellableEventArgs
Derived
Inherited Members

Constructors

CancellableEventArgs(InputEventType)

Initializes a new instance of the CancellableEventArgs class.

public CancellableEventArgs(InputEventType inputEventType)

Parameters

inputEventType InputEventType

The type of the input event.

Properties

Cancel

Gets or sets a value indicating whether the event should be cancelled.

public bool Cancel { get; set; }

Property Value

bool