LocalOwnerPresence.DelegateNotificationReceived Event
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.
Raised when notification for delegates is received.
public:
event EventHandler<Microsoft::Rtc::Collaboration::Presence::DelegatesNotificationEventArgs ^> ^ DelegateNotificationReceived;
public event EventHandler<Microsoft.Rtc.Collaboration.Presence.DelegatesNotificationEventArgs> DelegateNotificationReceived;
member this.DelegateNotificationReceived : EventHandler<Microsoft.Rtc.Collaboration.Presence.DelegatesNotificationEventArgs>
Public Custom Event DelegateNotificationReceived As EventHandler(Of DelegatesNotificationEventArgs)