Represents methods that will handle general item-related events.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public sealed class ItemEventHandler<T> : MulticastDelegate |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class ItemEventHandler(Of T) |
Inheritance HierarchySystem.Object![]()
System.Delegate![]()
System.MulticastDelegate![]()
MindFusion.Diagramming.ItemEventHandler(T)
See Also