Skip to main content

DiagramCustomGetEditableItemPropertiesCacheKeyEventArgs(DiagramItem, Object) Constructor

Initializes a new instance of the DiagramCustomGetEditableItemPropertiesCacheKeyEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DiagramCustomGetEditableItemPropertiesCacheKeyEventArgs(
    DiagramItem item,
    object cacheKey
)

Parameters

Name Type Description
item DiagramItem

A DevExpress.Xpf.Diagram.DiagramItem object that is the edited diagram item.

cacheKey Object

An object that is the cache key associated with the edited item.

See Also