Skip to main content
A newer version of this page is available. .

CustomEditValueEventHandler Delegate

Represents a method that will handle the PivotGridControl.CustomEditValue event.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public delegate void CustomEditValueEventHandler(
    object sender,
    CustomEditValueEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e CustomEditValueEventArgs

A CustomEditValueEventArgs object that contains event data.

See Also