Skip to main content

ConvertParameterEventArgs

Namespace: Wisej.AI

Assembly: Wisej.AI

public class ConvertParameterEventArgs : HandledEventArgs

Constructors

ConvertParameterEventArgs(session, name, value)

Initializes a new instance of the ConvertParameterEventArgs class with the specified parameter.

NameTypeDescription
sessionSmartSessionThe session associated with the event.
nameStringThe name of the parameter to be converted.
valueObjectValue to convert

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

NameDescription
SmartSession.ConvertParameterEventHandler