Search
ItemEventHandler(T) Class
See Also
 






Represents methods that will handle general item-related events.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public sealed class ItemEventHandler<T> : MulticastDelegate

Visual Basic  Copy Code

Public NotInheritable Class ItemEventHandler(Of T)
    Inherits MulticastDelegate

 Inheritance Hierarchy

System.Object
    System.Delegate
        System.MulticastDelegate
            MindFusion.Diagramming.ItemEventHandler(T)

 See Also