Back to Devexpress

GridRowValidationEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-55dc6efd.md

latest1.3 KB
Original Source

GridRowValidationEventHandler Delegate

Represents a method that will handle the GridViewBase.ValidateRow event.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | GridRowValidationEventArgs |

A GridRowValidationEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace