Skip to main content

DiagramCustomGetEditableItemPropertiesCacheKeyEventArgs(DiagramItem, Object) Constructor

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramCustomGetEditableItemPropertiesCacheKeyEventArgs(
    DiagramItem item,
    object cacheKey
)

Parameters

Name Type Description
item DiagramItem

A DevExpress.XtraDiagram.DiagramItem object that is the edited diagram item.

cacheKey Object

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

See Also