Back to Devexpress

ProcessNewValueEventHandler Delegate

wpf-devexpress-dot-xpf-dot-editors-a2b535d9.md

latest1.3 KB
Original Source

ProcessNewValueEventHandler Delegate

Represents a method that will handle the LookUpEditBase.ProcessNewValue event.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public delegate void ProcessNewValueEventHandler(
    DependencyObject sender,
    ProcessNewValueEventArgs e
);
vb
Public Delegate Sub ProcessNewValueEventHandler(
    sender As DependencyObject,
    e As ProcessNewValueEventArgs
)

Parameters

NameTypeDescription
senderDependencyObject

The event source.

| | e | ProcessNewValueEventArgs |

A ProcessNewValueEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Editors Namespace