Back to Devexpress

CellValueEventHandler Delegate

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

latest1.3 KB
Original Source

CellValueEventHandler Delegate

Represents a method that will handle the GridViewBase.CellValueChanging and GridViewBase.CellValueChanged events.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CellValueEventArgs |

A CellValueEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace