-
-
Notifications
You must be signed in to change notification settings - Fork 342
Nodify_Events_ItemsMovedEventHandler
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify.Events
Assembly: Nodify
Inheritance: Object → Delegate → MulticastDelegate → ItemsMovedEventHandler
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.
| English | 简体中文 |
|---|
- Hierarchy and terminology
- Content layers
- Creating an editor
- Using a theme
- Minimal example
- Drawing a grid
- Moving the viewport
- Zooming
- Scrolling
- Selecting items
- Pushing items
- Snapping to grid
- Editor gestures
- Commands