Skip to main content

CustomSummaryExistEventHandler Delegate

In This Article

Represents a method that will handle the GridControl.CustomSummaryExists event.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public delegate void CustomSummaryExistEventHandler(
    object sender,
    CustomSummaryExistEventArgs e
);

#Parameters

Name Type Description
sender Object

The event sender.

e CustomSummaryExistEventArgs

A CustomSummaryExistEventArgs object that contains event data.

See Also