Reference Library
LinkUpEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCLinkUpEventHandler
Message sent when the server notifies object that the link is now up.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void LinkUpEventHandler(
	Object sender,
	CallInformationLink..::..LinkUpEventArgs e
)
Public Delegate Sub LinkUpEventHandler ( _
	sender As Object, _
	e As CallInformationLink..::..LinkUpEventArgs _
)
public delegate void LinkUpEventHandler(
	Object^ sender, 
	CallInformationLink..::..LinkUpEventArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (CallInformationLink..::..LinkUpEventArgs)
Data associated with the event.

Assembly: ServiceProvider (Module: ServiceProvider)