ConvertParameterEventArgs
Namespace: Wisej.AI
Assembly: Wisej.AI
- C#
- VB.NET
public class ConvertParameterEventArgs : HandledEventArgs
Public Class ConvertParameterEventArgs
Inherits HandledEventArgs
Constructors
ConvertParameterEventArgs(session, name, value)
Initializes a new instance of the ConvertParameterEventArgs class with the specified parameter.
| Name | Type | Description |
|---|---|---|
| session | SmartSession | The session associated with the event. |
| name | String | The name of the parameter to be converted. |
| value | Object | Value 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
| Name | Description |
|---|---|
| SmartSession.ConvertParameterEventHandler |