API Reference 0.3.24dart_web_toolkit_eventHasNativeEvent

HasNativeEvent abstract class

An object that implements this interface has a native event associated with it.

abstract class HasNativeEvent {
 /**
  * Gets the underlying native event.
  *
  * @return the native event
  */
 dart_html.Event getNativeEvent();
}

Subclasses

DomEvent, NativePreviewEvent

Methods

abstract Event getNativeEvent() #

Gets the underlying native event.

@return the native event