A newer version of this page is available.
Switch to the current version.
ProcessNewValueEventHandler Delegate
Represents a method that will handle the LookUpEditBase.ProcessNewValue event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
Declaration
public delegate void ProcessNewValueEventHandler(
DependencyObject sender,
ProcessNewValueEventArgs e
);
Public Delegate Sub ProcessNewValueEventHandler(
sender As DependencyObject,
e As ProcessNewValueEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | DependencyObject | The event source. |
e | ProcessNewValueEventArgs | A ProcessNewValueEventArgs object that contains event data. |
See Also
Feedback