Class ScrollbarSynchronizationNeededEventArgs
Instance of this class contain information about the control to which a container of the RadScrollablePanel is scrolled.
Inheritance
System.Object
System.EventArgs
ScrollbarSynchronizationNeededEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ScrollbarSynchronizationNeededEventArgs : EventArgs
Constructors
ScrollbarSynchronizationNeededEventArgs()
Declaration
public ScrollbarSynchronizationNeededEventArgs()
Fields
ActiveControl
Declaration
public Control ActiveControl
Field Value
System.Windows.Forms.Control
|
ScrolledLocation
Declaration
public Point ScrolledLocation
Field Value
System.Drawing.Point
|