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

DiagramQueryItemEditActionEventArgs(DiagramControl, DiagramItem, Boolean) Constructor

Initializes a new instance of the DiagramQueryItemEditActionEventArgs class.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public DiagramQueryItemEditActionEventArgs(
    DiagramControl source,
    DiagramItem item,
    bool allow
)

Parameters

Name Type Description
source DiagramControl

The DiagramControl that raised the event.

item DiagramItem

A DiagramItem object that is the item which text the end-user is attempting to edit.

allow Boolean

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

See Also