CustomGetSerializablePropertiesEventHandler Delegate
A method that handles the CustomGetSerializableProperties event.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.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