Class
ScrollNeedsEventArgs

Indicates whether the need for horizontal or vertical srcolling has changed

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ScrollNeedsEventArgs : EventArgs

Inheritance: objectEventArgsScrollNeedsEventArgs

Inherited Members EventArgs.Empty

Constructors

ScrollNeedsEventArgs(bool, bool, bool, bool)

Declaration

cs-api-definition
public ScrollNeedsEventArgs(bool oldHorizontalScrollNeed, bool newHorizontalScrollNeed, bool oldVerticalScrollNeed, bool newVerticalScrollNeed)

Parameters

oldHorizontalScrollNeed

bool

newHorizontalScrollNeed

bool

oldVerticalScrollNeed

bool

newVerticalScrollNeed

bool

Properties

NewHorizontalScrollNeed

Indicates whether horizontal scrolling is necessary

Declaration

cs-api-definition
public bool NewHorizontalScrollNeed { get; }

Property Value

bool

NewVerticalScrollNeed

Declaration

cs-api-definition
public bool NewVerticalScrollNeed { get; }

Property Value

bool

OldHorizontalScrollNeed

Indicates whether horizontal scrolling was necessary

Declaration

cs-api-definition
public bool OldHorizontalScrollNeed { get; }

Property Value

bool

OldVerticalScrollNeed

Declaration

cs-api-definition
public bool OldVerticalScrollNeed { get; }

Property Value

bool