OpMessageArgs class | QSYS API Reference Guide
Represents the arguments for an operation message event. This class is derived from EventArgs and is used to pass a message string with an event.
Namespace: ASNA.DataGate.Client.CopyData Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object –> EventArgs
Constructors
Name | Description |
---|---|
OpMessageArgs(String) | Initializes a new instance of the class. |
OpMessageArgs(String)
Initializes a new instance of the class.
OpMessageArgs(String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | msg | The message to be passed with the event. |
Properties
Type | Name | Description |
---|---|---|
String | Message | Gets the message associated with the event. |