PowerTCP Mail for .NET
OnLog Method




A DataEventArgs object containing data to log.
Raises the Log event.
Syntax
Protected Overridable Sub OnLog( _
   ByVal e As DataEventArgs _
) 
Dim instance As TcpBase
Dim e As DataEventArgs
 
instance.OnLog(e)
protected virtual void OnLog( 
   DataEventArgs e
)
protected: virtual void OnLog( 
   DataEventArgs* e
) 
protected:
virtual void OnLog( 
   DataEventArgs^ e
) 

Parameters

e
A DataEventArgs object containing data to log.
Remarks

If the Synchronizing property is set, this method asynchronously invokes the event on the UI thread. If the Synchronizing property is null, this method invokes the event on the executing thread.

The OnLog method allows derived classes to handle the event without attaching a delegate, but marshaling is not provided. This is the preferred technique for handling the event in a derived class.

Note to Inheritors: When overriding OnLog in a derived class, be sure to call the base class OnLog method, so that registered delegates receive the event.

See the SynchronizingObject property for information on updating UI controls in your event handler.

See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic