API Reference 0.3.24dart_web_toolkit_uiResizeDelegate

ResizeDelegate abstract class

Delegate event handler.

abstract class ResizeDelegate {

 /**
  * Called when the element is resized.
  */
 void onResize();
}

Subclasses

HeaderPanelResizeDelegate, ResizeLayoutPanelResizeDelegate

Methods

abstract void onResize() #

Called when the element is resized.