Group.ContactRemoved Event

Occurs when a contact is removed from the group.

Namespace:  Microsoft.Lync.Model.Group
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Event ContactRemoved As EventHandler(Of GroupMemberChangedEventArgs)
'Usage
Dim instance As Group
Dim handler As EventHandler(Of GroupMemberChangedEventArgs)

AddHandler instance.ContactRemoved, handler
public event EventHandler<GroupMemberChangedEventArgs> ContactRemoved

See Also

Reference

Group Class

Group Members

Microsoft.Lync.Model.Group Namespace