Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the transfer received event.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides Sub HandleTransferReceived ( _
e As CallTransferReceivedEventArgs _
)
'Usage
Dim e As CallTransferReceivedEventArgs
Me.HandleTransferReceived(e)
protected override void HandleTransferReceived(
CallTransferReceivedEventArgs e
)
Parameters
- e
Type: Microsoft.Rtc.Collaboration.CallTransferReceivedEventArgs
EventArg created for handling the transfer operation.
Remarks
A method must be implemented by the derived class to handle the transfer received event. The subclass is responsible for either exposing it to the application or raising a strongly typed eventArg. The derived class is expected to downcast the right generic type and expose the event.