Click or drag to resize

ContentSharingSharingFrameReceived Event

Reports that entire content sharing frame was received from server. It indicates that client screen sharing is ready to be shown to user. Frame parameter lets client properly update UI with sharing size if needed.

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

Value

Type: SystemEventHandlerContentSharingFrameEventArgs
See Also