HypernovaDesktop Components · docs
Binarymission
WinFormsScroll Bars › PositionChangedArgs

PositionChangedArgs

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ScrollBars

Carries the scroll position before and after it changed.

public class PositionChangedArgs : EventArgs

Inherits from / implements: EventArgs

Members at a glance

NewPositionThe position after the change.
OldPositionThe position before the change.

Properties

NewPosition

public double NewPosition

The position after the change.

OldPosition

public double OldPosition

The position before the change.