Skip to main content
A newer version of this page is available. .

DiagramCustomGetEditableItemPropertiesCacheKeyEventArgs(DiagramItem, Object) Constructor

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

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, 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