[This is preliminary documentation and is subject to change.]

Initializes a new instance of the EventWaiter<(Of <(TEventArgs>)>) class

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public EventWaiter(
	EventWaiter<(Of <(TEventArgs>)>)..::.TestEventArgsDelegate testEventArgsProc
)
Public Sub New ( _
	testEventArgsProc As EventWaiter<(Of <(TEventArgs>)>)..::.TestEventArgsDelegate _
)
public:
EventWaiter(
	EventWaiter<(Of <(TEventArgs>)>)..::.TestEventArgsDelegate^ testEventArgsProc
)

See Also