Skip to main content
A newer version of this page is available. .
All docs
V21.2

DXSerializer.AddCustomGetSerializableChildrenHandler(DependencyObject, CustomGetSerializableChildrenEventHandler) Method

Adds a handler for the CustomGetSerializableChildren attached event.

Namespace: DevExpress.Xpf.Core.Serialization

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void AddCustomGetSerializableChildrenHandler(
    DependencyObject dObj,
    CustomGetSerializableChildrenEventHandler handler
)

Parameters

Name Type Description
dObj DependencyObject

The event source.

handler CustomGetSerializableChildrenEventHandler

A method (or methods) that should be invoked when the target (dObj) raises the event.

See Also