OfferInReInviteEventArgs.Cancelled Event
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