Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when an access entry is added.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event AccessEntryAdded As EventHandler(Of AccessEntryCollectionChangedEventArgs)
'Usage
Dim instance As AccessPermission
Dim handler As EventHandler(Of AccessEntryCollectionChangedEventArgs)
AddHandler instance.AccessEntryAdded, handler
public event EventHandler<AccessEntryCollectionChangedEventArgs> AccessEntryAdded