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