ApplicationSharingModality.ControlRequestReceived event
Lync 2013
Registered on the Conversation ApplicationSharingModality and raised when someone requests control of a resource.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Public Event ControlRequestReceived As EventHandler(Of ControlRequestReceivedEventArgs)
Dim instance As ApplicationSharingModality Dim handler As EventHandler(Of ControlRequestReceivedEventArgs) AddHandler instance.ControlRequestReceived, handler
public event EventHandler<ControlRequestReceivedEventArgs> ControlRequestReceived