DiagramQueryItemEditActionEventArgs(DiagramControl, DiagramItem, Boolean) Constructor
Initializes a new instance of the DiagramQueryItemEditActionEventArgs class.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
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