IHandleEvent Interface

Definition

Interface implemented by components that receive notification of state changes.

public interface class IHandleEvent
public interface IHandleEvent
type IHandleEvent = interface
Public Interface IHandleEvent
Derived

Methods

HandleEventAsync(EventCallbackWorkItem, Object)

Notifies the a state change has been triggered.

Applies to