Dart.Emulation Namespace > Vt Class : ScreenSizeChanged Event |
Public Event ScreenSizeChanged As EventHandler
Dim instance As Vt Dim handler As EventHandler AddHandler instance.ScreenSizeChanged, handler
public event EventHandler ScreenSizeChanged
public: __event EventHandler* ScreenSizeChanged
public: event EventHandler^ ScreenSizeChanged
When the Vt control receives an instruction to change the value of the Rows or Columns, the Vt control first changes the value of this property, then raises the ScreenSizeChanged event. To override this change, simply implement this event and set the property when the event is raised.