Search
ItemEventHandler(T) Constructor
See Also
 






Initializes a new instance of the ItemEventHandler class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ItemEventHandler<T> (
    Object object,
    IntPtr method
)

Visual Basic  Copy Code

Public New (Of T) ( _
    object As Object, _
    method As IntPtr _
)

 Parameters

object

The object on which the method is defined.

method

The name of the method for which the delegate is created.

 See Also