UpdateEvent<State> constructor

UpdateEvent<State>(
  1. State state
)

Creates an UpdateEvent instance with the specified state.

Implementation

UpdateEvent(this.state);