Files
APIVisualExecutor/docs/api/Nodify_Events_PreviewLocationChanged.md
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

809 B

PreviewLocationChanged Delegate

Namespace: Nodify.Events

Assembly: Nodify

Inheritance: ObjectDelegateMulticastDelegatePreviewLocationChanged

References: ItemContainer

Delegate used to notify when an ItemContainer is previewing a new location.

public delegate void PreviewLocationChanged(Point newLocation);  

Parameters

newLocation Point: The new location.