Skip to main content
All docs
V25.1
  • CustomGetSerializablePropertiesEventHandler Delegate

    A method that handles the CustomGetSerializableProperties event.

    Namespace: DevExpress.Xpf.Core.Serialization

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public delegate void CustomGetSerializablePropertiesEventHandler(
        object sender,
        CustomGetSerializablePropertiesEventArgs e
    );

    Parameters

    Name Type Description
    sender Object

    The event source.

    e CustomGetSerializablePropertiesEventArgs

    Event data.

    See Also