ItemLoadedEvent<T> constructor

ItemLoadedEvent<T>(
  1. T item
)

Implementation

ItemLoadedEvent(this.item) : super("ItemLoadedEvent");