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