LocalOwnerPresenceExtensions.AddPrivacyModeChangedHandler 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 AddPrivacyModeChangedHandler(Microsoft::Rtc::Collaboration::Presence::LocalOwnerPresence ^ lop, EventHandler<Microsoft::Rtc::Internal::Collaboration::Presence::PrivacyModeChangedEventArgs ^> ^ handler);
public static void AddPrivacyModeChangedHandler (this Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence lop, EventHandler<Microsoft.Rtc.Internal.Collaboration.Presence.PrivacyModeChangedEventArgs> handler);
static member AddPrivacyModeChangedHandler : Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence * EventHandler<Microsoft.Rtc.Internal.Collaboration.Presence.PrivacyModeChangedEventArgs> -> unit
<Extension()>
Public Sub AddPrivacyModeChangedHandler (lop As LocalOwnerPresence, handler As EventHandler(Of PrivacyModeChangedEventArgs))
Parameters
- handler
- EventHandler<PrivacyModeChangedEventArgs>