Contents

ActionEvent

The structure returned to all action event handlers.

Declaration

struct ActionEvent<ActionType> where ActionType : EntityAction

Overview

Actions perform their function within one or more custom event handlers associated with an action type.

The event structure contains useful information for an action to perform its function when an action event is raised.

Topics

Instance Properties

See Also

Action events