Skip to main content
All docs
V23.2

DXSerializer.RemoveCreateCollectionItemEventHandler(DependencyObject, XtraCreateCollectionItemEventHandler) Method

Removes a handler for the CreateCollectionItemEvent attached event.

Namespace: DevExpress.Xpf.Core.Serialization

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void RemoveCreateCollectionItemEventHandler(
    DependencyObject dObj,
    XtraCreateCollectionItemEventHandler handler
)

Parameters

Name Type Description
dObj DependencyObject

The event source.

handler DevExpress.Xpf.Core.Serialization.XtraCreateCollectionItemEventHandler

Event handler.

See Also