-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_Events_ZoomEventHandler
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify.Events
Assembly: Nodify
Inheritance: Object → Delegate → MulticastDelegate → ZoomEventHandler
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.