Back to Devexpress

CustomGetSerializablePropertiesEventHandler Delegate

wpf-devexpress-dot-xpf-dot-core-dot-serialization-87bc9c58.md

latest1.4 KB
Original Source

CustomGetSerializablePropertiesEventHandler Delegate

A method that handles the CustomGetSerializableProperties event.

Namespace : DevExpress.Xpf.Core.Serialization

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomGetSerializablePropertiesEventArgs |

Event data.

|

See Also

DevExpress.Xpf.Core.Serialization Namespace