GroupSummaryEvaluateEventHandler
Delegate
Represents the method that will handle the GroupSummaryEvaluate events of a RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public delegate void GroupSummaryEvaluateEventHandler(object sender, GroupSummaryEvaluationEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, GroupSummaryEvaluationEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, GroupSummaryEvaluationEventArgs e)