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