Back to Devexpress

GridCellValidationEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-65cb5619.md

latest1.3 KB
Original Source

GridCellValidationEventHandler Delegate

Represents a method that will handle the GridColumn.Validate event.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public delegate void GridCellValidationEventHandler(
    object sender,
    GridCellValidationEventArgs e
);
vb
Public Delegate Sub GridCellValidationEventHandler(
    sender As Object,
    e As GridCellValidationEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | GridCellValidationEventArgs |

A GridCellValidationEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace