Back to Devexpress

CellValueChangedEventHandler Delegate

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

latest1.3 KB
Original Source

CellValueChangedEventHandler Delegate

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CellValueChangedEventArgs |

A CellValueChangedEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace