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

911 B

ZoomEventHandler Delegate

Namespace: Nodify.Events

Assembly: Nodify

Inheritance: ObjectDelegateMulticastDelegateZoomEventHandler

References: Minimap, ZoomEventArgs

Represents the method that will handle Minimap.Zoom routed event.

public delegate void ZoomEventHandler(object sender, ZoomEventArgs e);  

Parameters

sender Object: The object where the event handler is attached.

e ZoomEventArgs: The event data.