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: 592.1.30.0
Syntax
C#
public event EventHandler<ConferenceNewSlideEventArg> NewSlideAvailable

Value

Type: SystemEventHandlerConferenceNewSlideEventArg
See Also