Skip to main content

CustomSummaryEventHandler Delegate

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

Namespace: DevExpress.Data

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public delegate void CustomSummaryEventHandler(
    object sender,
    CustomSummaryEventArgs e
);

Parameters

Name Type
sender Object
e CustomSummaryEventArgs
See Also