Search
ItemEventArgs(T) Class
See Also
 






Contains the arguments passed to item instantiation event handlers.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ItemEventArgs<T> : EventArgs

Visual Basic  Copy Code

Public Class ItemEventArgs(Of T)
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.ItemEventArgs(T)

 See Also