-
-
Notifications
You must be signed in to change notification settings - Fork 343
Nodify_Events_ConnectionEventHandler
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify.Events
Assembly: Nodify
Inheritance: Object → Delegate → MulticastDelegate → ConnectionEventHandler
References: BaseConnection, ConnectionEventArgs
Represents the method that will handle BaseConnection related routed events.
public delegate void ConnectionEventHandler(object sender, ConnectionEventArgs e); Parameters
sender Object: The object where the event handler is attached.
e ConnectionEventArgs: The event data.
| 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