Class RawCallbackArgs Class

Provides data for the CallbackReceived event.

Constructors:

NameDescription
Public methodRawCallbackArgs(DateTime, String[]) Initializes a new instance of the RawCallbackArgs class.

Properties:

NameDescription
Public propertyHandled Gets or sets whether the callback message was handled.
Public propertyReceived Gets the message timestamp.
Public propertyArguments Gets the message name and parameters.