Skip to main content
All docs
V26.1
  • DXSerializer.AddCustomGetSerializablePropertiesHandler(DependencyObject, CustomGetSerializablePropertiesEventHandler) Method

    Adds a handler for the CustomGetSerializableProperties attached event.

    Namespace: DevExpress.Xpf.Core.Serialization

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

    Declaration

    public static void AddCustomGetSerializablePropertiesHandler(
        DependencyObject dObj,
        CustomGetSerializablePropertiesEventHandler handler
    )

    Parameters

    Name Type Description
    dObj DependencyObject

    The event source.

    handler CustomGetSerializablePropertiesEventHandler

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

    See Also