New to Telerik UI for WinFormsStart a free 30-day trial

Represents the method that will handle the CellFormatting events of a RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public delegate void CellFormattingEventHandler(object sender, CellFormattingEventArgs e)

Constructors

C#
public CellFormattingEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, CellFormattingEventArgs e, AsyncCallback callback, object @object)
Parameters:senderobjecteCellFormattingEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, CellFormattingEventArgs e)
Parameters:senderobjecteCellFormattingEventArgs