Skip to main content

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 CustomSummaryEventArgs

A CustomSummaryEventArgs object that contains event data.

See Also