WebexApiEventArgsT Class |
Namespace: WebexSDK
The WebexApiEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
WebexApiEventArgsT |
Initializes a new instance of the WebexApiEventArgsT class.
| |
WebexApiEventArgsT(Boolean, WebexError, T) |
Initializes a new instance of the WebexApiEventArgsT class.
|
Name | Description | |
---|---|---|
Data |
Gets the data, if the success is true, otherwise is default value of T type.
The type of data is T.
| |
Error |
Gets the error value, if the success is false, otherwise is null. WebexError (Inherited from WebexApiEventArgs.) | |
IsSuccess |
Gets a value indicating whether this event is success.
(Inherited from WebexApiEventArgs.) |