RadScrollPanelHandler
Delegate
Represents the method that will handle the Scroll event.
Represents the event sender. Represents the event arguments.Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void RadScrollPanelHandler(object sender, ScrollPanelEventArgs args)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, ScrollPanelEventArgs args, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, ScrollPanelEventArgs args)