Click or drag to resize

ContentSharing Events

The ContentSharing type exposes the following members.

Events
  NameDescription
Public eventCapabilitiesChanged
Called when content sharing capabilities have changed.
Public eventCursorReceived
Reports received cursor position. Can be outside of bitmap bounds if left screen sharing region.
Public eventEnded
Reports that content sharing session has been ended remotely.
Public eventIncomingRemoteControlDecline
Reports that that your remote control session has just declined.
Public eventIncomingRemoteControlDeny
Reports that your request for remote control was denied by presenter.
Public eventIncomingRemoteControlEnd
Reports that remote control session has just ended.
Public eventIncomingRemoteControlGrant
Reports that local user request for remote control was granted by presenter.
Public eventIncomingRemoteControlOffer
Reports an incoming remote control offer. Local user may accept the request by calling IContentSharing.StartRemoteControl() or deny it by calling ContentSharing.EndRemoteControl().
Public eventIncomingRemoteControlRequest
Reports an incoming remote control request. Local user may accept the request by calling ContentSharing.GrantContentSharingRemoteControl() or deny it by calling ContentSharing.DenyContentSharingRemoteControl().
Public eventIncomingRemoteControlStart
Reports that remote control session has just started.
Public eventPaused
Reports that content sharing session has been paused remotely.
Public eventPresenterUpdated
Reports presenter update based on remote control request or offer.
Public eventResumed
Reports that content sharing session has been resumed remotely.
Public eventSharingApplicationWindowStateChanged
Called when currently shared application window state have changed (i.e window was minimized or restored).
Public eventSharingFrameChanged
Called after sharing frame size or position has changed.
Public eventSharingFrameReceived
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.
Public eventStarted
Reports that content sharing session has been started remotely.
Top
See Also