Skip to main content
All docs
V24.1

DXSerializer.RemoveCustomGetSerializablePropertiesHandler(DependencyObject, CustomGetSerializablePropertiesEventHandler) Method

Removes a handler for the CustomGetSerializableProperties attached event.

Namespace: DevExpress.Xpf.Core.Serialization

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void RemoveCustomGetSerializablePropertiesHandler(
    DependencyObject dObj,
    CustomGetSerializablePropertiesEventHandler handler
)

Parameters

Name Type Description
dObj DependencyObject

The event source.

handler CustomGetSerializablePropertiesEventHandler

Event handler.

See Also