DiagramLite Programmer's Guide
CollectionBase(T, E).itemEventArgs Field
See Also
 





An ItemEventArgs instance used for passing arguments to the event handlers for the events of this collection. Used to avoid creating many small objects that would burden the garbage collector.

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

 Syntax

C#  Copy Code

protected ItemEventArgs<E> itemEventArgs

Visual Basic  Copy Code

Protected itemEventArgs As ItemEventArgs(Of E)

 See Also

CollectionBase(T, E) Members
CollectionBase(T, E) Class
MindFusion.Diagramming Namespace