Back to Devexpress

RowEventHandler Delegate

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

latest1.4 KB
Original Source

RowEventHandler Delegate

Represents a method that will handle the GridViewBase.RowUpdated, GridViewBase.RowCanceled, GridControl.GroupRowExpanded and GridControl.GroupRowCollapsed events.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | RowEventArgs |

A RowEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace