onLoad property

ElementStream<Event> onLoad
override

Stream of load events handled by this Element.

Implementation

ElementStream<Event> get onLoad => loadEvent.forElement(this);