BaseEventReceiver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for event receivers.
public ref class BaseEventReceiver abstract
public abstract class BaseEventReceiver
type BaseEventReceiver = class
Public MustInherit Class BaseEventReceiver
- Inheritance
-
BaseEventReceiver
- Derived
Constructors
BaseEventReceiver(BaseInteractionEventConfiguration) |
Constructor for an event receiver. |
Properties
EventConfiguration |
The event configuration for this event receiver. |
StateName |
The name of the state this event receiver is watching. |
Methods
OnUpdate(StateManager, BaseEventData) |
Update an event receiver. |