Delegate RadScrollPanelHandler
Represents the method that will handle the Scroll event. Represents the event sender. Represents the event arguments.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void RadScrollPanelHandler(object sender, ScrollPanelEventArgs args);
Parameters
System.Object
sender
|
ScrollPanelEventArgs
args
|
Constructors
RadScrollPanelHandler(Object, IntPtr)
Declaration
public RadScrollPanelHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ScrollPanelEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ScrollPanelEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ScrollPanelEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, ScrollPanelEventArgs)
Declaration
public virtual void Invoke(object sender, ScrollPanelEventArgs args)
Parameters
System.Object
sender
|
ScrollPanelEventArgs
args
|