DiagramQueryItemDrawActionEventArgs(DiagramControl, ItemTool, Point, Boolean) Constructor
Initializes a new instance of the DiagramQueryItemDrawActionEventArgs class.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
public DiagramQueryItemDrawActionEventArgs(
DiagramControl source,
ItemTool tool,
Point diagramPoint,
bool allow
)
Parameters
| Name | Type | Description |
|---|---|---|
| source | DiagramControl | The DiagramControl that raised the event. |
| tool | DevExpress.Diagram.Core.ItemTool | |
| diagramPoint | Point | |
| allow | Boolean |
See Also