SmartSession.ConvertParameterEventArgs
Wisej.AI.SmartSession ConvertParameterEventArgs
Namespace: Wisej.AI
Assembly: Wisej.AI (3.5.0.0)
public class ConvertParameterEventArgs : HandledEventArgs
Constructors
ConvertParameterEventArgs(session, name, value)

Initializes a new instance of the ConvertParameterEventArgs class with the specified parameter.
Name
Type
Description
Properties
Name

String: Gets the name of the parameter.
Session

SmartSession: Gets the SmartSession associated with the event.
Value

Object: Gets or sets the value of the parameter after conversion.
Used By
Name
Description
Last updated