Namespace:DevExpress.Xpf.Diagram
Assembly:DevExpress.Xpf.Diagram.v19.2.dll

Syntax
C# |
public DiagramQueryItemDrawActionEventArgs(
DiagramControl source,
ItemTool tool,
Point diagramPoint,
bool allow
)
|
VB |
Public New(
ByVal source As DiagramControl,
ByVal tool As ItemTool,
ByVal diagramPoint As Point,
ByVal allow As Boolean
)
|
Parameters
-
source
-
Type: DiagramControl
The DiagramControl that raised the event.
-
tool
-
Type: ItemTool
-
diagramPoint
-
Type: Point
-
allow
-
Type: Boolean

See Also