Click or drag to resize

WebexApiEventArgsT Class

Represents the Webex SDK api event args.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    WebexSDKWebexApiEventArgs
      WebexSDKWebexApiEventArgsT

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public sealed class WebexApiEventArgs<T> : WebexApiEventArgs

Type Parameters

T

The WebexApiEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodWebexApiEventArgsT
Initializes a new instance of the WebexApiEventArgsT class.
Public methodWebexApiEventArgsT(Boolean, WebexError, T)
Initializes a new instance of the WebexApiEventArgsT class.
Top
Properties
  NameDescription
Public propertyData
Gets the data, if the success is true, otherwise is default value of T type. The type of data is T.
Public propertyError
Gets the error value, if the success is false, otherwise is null. WebexError
(Inherited from WebexApiEventArgs.)
Public propertyIsSuccess
Gets a value indicating whether this event is success.
(Inherited from WebexApiEventArgs.)
Top
Remarks
Since: 0.1.0
See Also