Event is fired when the Mimer Data Provider sends a warning or informational message.
[Visual Basic] Public Event InfoMessage As MimerInfoMessageEventHandler [C#] public event MimerInfoMessageEventHandler InfoMessage; [C++] public: __event MimerInfoMessageEventHandler* InfoMessage;
[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.
The event handler receives an argument of type MimerInfoMessageEventArgs containing data related to this event. The following MimerInfoMessageEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Errors | Gets the collection of MimerError errors. |
| Message | Gets the error message. |
| Source | Gets the name of the object that generated the error. |
MimerConnection Class | Mimer.Data.Client Namespace