Skip to main content

DiagramQueryItemEditActionEventArgs(DiagramItem, Boolean) Constructor

Initializes a new instance of the DiagramQueryItemEditActionEventArgs class.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramQueryItemEditActionEventArgs(
    DiagramItem item,
    bool allow
)

Parameters

Name Type Description
item DiagramItem

The item whose text the end-user is attempting to edit.

allow Boolean

true to allow users to edit the item’s text; otherwise, false.

See Also