ApplicationSharingModality.ControlRequestReceived event

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)

Syntax

'Declaration
Public Event ControlRequestReceived As EventHandler(Of ControlRequestReceivedEventArgs)
'Usage
Dim instance As ApplicationSharingModality
Dim handler As EventHandler(Of ControlRequestReceivedEventArgs)

AddHandler instance.ControlRequestReceived, handler
public event EventHandler<ControlRequestReceivedEventArgs> ControlRequestReceived

Remarks

To accept a control request, call BeginAcceptControlRequest or BeginGrantControl on the ApplicationSharingResource from the requesting participant modalities collection. Do not call these methods on the ApplicationSharingResource from the Conversation.Modalities collection.

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace