LocalOwnerPresenceExtensions.RemovePrivacyModeChangedHandler Method
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.
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
- handler
- EventHandler<PrivacyModeChangedEventArgs>