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.
Raised when the reinvite is cancelled by the sender.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride Event Cancelled As EventHandler(Of EventArgs)
'Usage
Dim instance As OfferInReInviteEventArgs
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.Cancelled, handler
public abstract event EventHandler<EventArgs> Cancelled
See Also
Reference
OfferInReInviteEventArgs Class