Back to Devexpress

LayoutControl.SmartPasteEditValueChangingEventHandler Delegate

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutcontrol-8af59b91.md

latest1.4 KB
Original Source

LayoutControl.SmartPasteEditValueChangingEventHandler Delegate

The method that handles the SmartPasteEditValueChanging event.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

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

Parameters

NameTypeDescription
senderObject

The LayoutControl.

| | e | SmartPasteEditValueChangingEventArgs |

Event arguments.

|

See Also

DevExpress.Xpf.LayoutControl Namespace