dart / 2.17.0 / dart-html / element / dragstartevent-constant.html /

dragStartEvent constant

EventStreamProvider< MouseEvent> const dragStartEvent

A stream of dragstart events for a dragged element whose drag has begun.

Other resources

Implementation

static const EventStreamProvider<MouseEvent> dragStartEvent =
    const EventStreamProvider<MouseEvent>('dragstart');

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.17.0/dart-html/Element/dragStartEvent-constant.html