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

1.0 KiB

ItemsMovedEventHandler Delegate

Namespace: Nodify.Events

Assembly: Nodify

Inheritance: ObjectDelegateMulticastDelegateItemsMovedEventHandler

References: ItemsMovedEventArgs, NodifyEditor

Represents a method signature used to handle the NodifyEditor.ItemsMovedEvent routed event.

public delegate void ItemsMovedEventHandler(object sender, ItemsMovedEventArgs e);  

Parameters

sender Object: The source of the event.

e ItemsMovedEventArgs: The event data containing information about the moved items and their offset.