Click or drag to resize

WebexApiEventArgs Class

Represents the Webex SDK api event args.
Inheritance Hierarchy

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class WebexApiEventArgs : EventArgs

The WebexApiEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWebexApiEventArgs
Initializes a new instance of the WebexApiEventArgs class.
Public methodWebexApiEventArgs(Boolean, WebexError)
Initializes a new instance of the WebexApiEventArgs class.
Top
Properties
  NameDescription
Public propertyError
Gets the error value, if the success is false, otherwise is null. WebexError
Public propertyIsSuccess
Gets a value indicating whether this event is success.
Top
Remarks
Since: 0.1.0
See Also