Skip to main content
All docs
V25.1
  • LayoutControl.SmartPasteEditValueChangingEventHandler Delegate

    The method that handles the SmartPasteEditValueChanging event.

    Namespace: DevExpress.Xpf.LayoutControl

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

    NuGet Package: DevExpress.Wpf.LayoutControl

    Declaration

    public delegate void SmartPasteEditValueChangingEventHandler(
        object sender,
        SmartPasteEditValueChangingEventArgs e
    );

    Parameters

    Name Type Description
    sender Object

    The LayoutControl.

    e SmartPasteEditValueChangingEventArgs

    Event arguments.

    See Also