Dart.Mail Namespace > TcpBase Class : Data Event |
Public Event Data As EventHandler(Of DataEventArgs)
Dim instance As TcpBase Dim handler As EventHandler(Of DataEventArgs) AddHandler instance.Data, handler
public event EventHandler<DataEventArgs> Data
public: __event EventHandler<DataEventArgs*>* Data
public: event EventHandler<DataEventArgs^>^ Data
The event handler receives an argument of type DataEventArgs containing data related to this event. The following DataEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Data | Gets data provided by Data and Log events. |
Message | Returns the message argument provided by the Marshal method. (Inherited from Dart.Mail.UserStateEventArgs) |
UserState | Returns the user state argument provided by the Marshal method. (Inherited from Dart.Mail.UserStateEventArgs) |