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