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.
|
Scroll
|
Constructors
RadScrollPanelHandler(Object, IntPtr)
Declaration
public RadScrollPanelHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ScrollPanelEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ScrollPanelEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Scroll
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, ScrollPanelEventArgs)
Declaration
public virtual void Invoke(object sender, ScrollPanelEventArgs args)
Parameters
System.
|
Scroll
|