Click or drag to resize

ContentSharingIncomingRemoteControlStart Event

Reports that remote control session has just started.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler<ContentSharingEventArgs> IncomingRemoteControlStart

Value

Type: SystemEventHandlerContentSharingEventArgs
Remarks

When this event is triggered in the client application, IsRemoteControlOn flag is set to true.

See Also