ApplicationSharingModality.ControllerChanged event

Registered on the Conversation ApplicationSharingModality and raised when the shared resource controller changed.

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Event ControllerChanged As EventHandler(Of ControllerChangedEventArgs)
'Usage
Dim instance As ApplicationSharingModality
Dim handler As EventHandler(Of ControllerChangedEventArgs)

AddHandler instance.ControllerChanged, handler
public event EventHandler<ControllerChangedEventArgs> ControllerChanged

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace