CustomSummaryEventHandler Delegate
In This Article
Represents a method that will handle the GridControl.CustomSummary event.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v14.2.dll
#Declaration
public delegate void CustomSummaryEventHandler(
object sender,
CustomSummaryEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | Custom |
A Custom |
See Also