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