Class ScrollControl.OfficeScrollBarsEventArgs
Provides the data about OfficeScrollBarsChanged event of a ScrollControl.
Inheritance
System.Object
System.EventArgs
ScrollControl.OfficeScrollBarsEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class OfficeScrollBarsEventArgs : EventArgs
Constructors
OfficeScrollBarsEventArgs(OfficeScrollBars)
Initializes a new CurrentRecordEventArgs.
Declaration
public OfficeScrollBarsEventArgs(OfficeScrollBars gridOfficeScrollBars)
Parameters
Type | Name | Description |
---|---|---|
OfficeScrollBars | gridOfficeScrollBars |
Properties
GridOfficeScrollBars
Gets or sets the Office scroll bars
Declaration
public OfficeScrollBars GridOfficeScrollBars { get; set; }
Property Value
Type |
---|
OfficeScrollBars |