Skip to main content

InvalidRowExceptionEventHandler Delegate

In This Article

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public delegate void InvalidRowExceptionEventHandler(
    object sender,
    InvalidRowExceptionEventArgs e
);

#Parameters

Name Type
sender Object
e InvalidRowExceptionEventArgs
See Also