ICtiCallStateManager.RaiseNewCallEvent(NewCallEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the new call event.
public:
void RaiseNewCallEvent(Microsoft::Uii::Desktop::Cti::Core::NewCallEventArgs ^ newCallArgs);
public void RaiseNewCallEvent (Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs newCallArgs);
abstract member RaiseNewCallEvent : Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs -> unit
Public Sub RaiseNewCallEvent (newCallArgs As NewCallEventArgs)
Parameters
- newCallArgs
- NewCallEventArgs
Specifies the new call arguments.