Click or drag to resize

ConferenceSlideViewerNewSlideAvailable Event

Occurs when a new slide is added to the conference presentation. The application can obtain the slide information from the event argument, or by querying the Slides property.

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

Value

Type: SystemEventHandlerConferenceNewSlideEventArg
See Also