Click or drag to resize

WebexApiEventArgsT Properties

The WebexApiEventArgsT generic type exposes the following members.

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
See Also