ComponentSpace Marquee Control Reference

ScrollingText.PositionChanged Event

Occurs when the text position has changed.

[Visual Basic]
Public Event PositionChanged As EventHandler
[C#]
public event EventHandler PositionChanged;

Remarks

For performance reasons, not every position change is reported. Instead, only significant changes are reported.

See Also

ScrollingText Class | ComponentSpace.Marquee Namespace