Edit

Share via


LocalOwnerPresenceExtensions.RemovePrivacyModeChangedHandler Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static void RemovePrivacyModeChangedHandler(Microsoft::Rtc::Collaboration::Presence::LocalOwnerPresence ^ lop, EventHandler<Microsoft::Rtc::Internal::Collaboration::Presence::PrivacyModeChangedEventArgs ^> ^ handler);
public static void RemovePrivacyModeChangedHandler (this Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence lop, EventHandler<Microsoft.Rtc.Internal.Collaboration.Presence.PrivacyModeChangedEventArgs> handler);
static member RemovePrivacyModeChangedHandler : Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence * EventHandler<Microsoft.Rtc.Internal.Collaboration.Presence.PrivacyModeChangedEventArgs> -> unit
<Extension()>
Public Sub RemovePrivacyModeChangedHandler (lop As LocalOwnerPresence, handler As EventHandler(Of PrivacyModeChangedEventArgs))

Parameters

Applies to