CallTransferReceivedEventArgs(CallTransferReceivedEventArgs) Constructor
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.
Copy constructor for dervie class to initialize base class properties.
protected:
CallTransferReceivedEventArgs(Microsoft::Rtc::Collaboration::CallTransferReceivedEventArgs ^ e);
protected CallTransferReceivedEventArgs (Microsoft.Rtc.Collaboration.CallTransferReceivedEventArgs e);
new Microsoft.Rtc.Collaboration.CallTransferReceivedEventArgs : Microsoft.Rtc.Collaboration.CallTransferReceivedEventArgs -> Microsoft.Rtc.Collaboration.CallTransferReceivedEventArgs
Protected Sub New (e As CallTransferReceivedEventArgs)