PowerTCP Emulation for .NET
ScrollTypeChanged Event




Raised when the host sends an instruction which changes the value of the ScrollType property.
Syntax
Public Event ScrollTypeChanged As EventHandler
Dim instance As Vt
Dim handler As EventHandler
 
AddHandler instance.ScrollTypeChanged, handler
public event EventHandler ScrollTypeChanged
public: __event EventHandler* ScrollTypeChanged
public:
event EventHandler^ ScrollTypeChanged
Remarks

When the Vt control receives an instruction to change the value of the ScrollType property, the Vt control first changes the value of this property, then raises the ScrollTypeChanged event. To override this change, simply implement this event and set the property when the event is raised.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic