Delegate GridViewSearchRowInfo.SetCurrentHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
protected delegate void SetCurrentHandler(GridSearchResultCellInfo cell);
Parameters
GridSearchResultCellInfo
cell
|
Constructors
SetCurrentHandler(Object, IntPtr)
Declaration
public SetCurrentHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(GridSearchResultCellInfo, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(GridSearchResultCellInfo cell, AsyncCallback callback, object object)
Parameters
GridSearchResultCellInfo
cell
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(GridSearchResultCellInfo)
Declaration
public virtual void Invoke(GridSearchResultCellInfo cell)
Parameters
GridSearchResultCellInfo
cell
|