Constructor

C# | Visual Basic | Visual C++ |
public MulticastDelegate( IEventDispatcher dispatcher, string eventType )
Public Sub New ( _ dispatcher As IEventDispatcher, _ eventType As String _ )
public: MulticastDelegate( IEventDispatcher^ dispatcher, String^ eventType )

- dispatcher (IEventDispatcher)
- eventType (String)