Back to Devexpress

CancelRowEventArgs Class

maui-devexpress-dot-maui-dot-datagrid-636e44de.md

latest1.4 KB
Original Source

CancelRowEventArgs Class

Contains data for events that allow you to cancel actions performed with rows.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public class CancelRowEventArgs :
    CancelEventArgs

CancelRowEventArgs is the data class for the following events:

Inheritance

System.Object EventArgs CancelEventArgs CancelRowEventArgs DragRowEventArgs

DropRowEventArgs

Extension Methods

Yield<CancelRowEventArgs>()

YieldIfNotNull<CancelRowEventArgs>()

See Also

CancelRowEventArgs Members

DevExpress.Maui.DataGrid Namespace