DataConnectionMessageReceivedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides event data for the MessageReceived event.
public ref class DataConnectionMessageReceivedEventArgs : EventArgs
public class DataConnectionMessageReceivedEventArgs : EventArgs
type DataConnectionMessageReceivedEventArgs = class
inherit EventArgs
Public Class DataConnectionMessageReceivedEventArgs
Inherits EventArgs
- Inheritance
-
DataConnectionMessageReceivedEventArgs
Constructors
DataConnectionMessageReceivedEventArgs(String) |
Class constructor. Initializes a new instance of the DataConnectionMessageReceivedEventArgs class, providing the event message. |
Properties
Message |
Retrieves the message supplied by data source. |