DiagramCustomGetEditableItemPropertiesCacheKeyEventArgs(DiagramItem, Object) Constructor
Initializes a new instance of the DiagramCustomGetEditableItemPropertiesCacheKeyEventArgs class with specified settings.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
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