DiagramLite Programmer's Guide
ItemEventArgs(T) Class
See Also
 





Contains the arguments passed to item instantiation event handlers.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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

ItemEventArgs(T) Members
MindFusion.Diagramming Namespace