Back to Devexpress

InvalidRowExceptionEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-bd763031.md

latest1.3 KB
Original Source

InvalidRowExceptionEventHandler Delegate

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | InvalidRowExceptionEventArgs |

An InvalidRowExceptionEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace