PowerTCP Mail for .NET
ProgressEventArgs Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : ProgressEventArgs Class




This class is passed into the Progress event and provides data for this event.

Object Model

ProgressEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class ProgressEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As ProgressEventArgs
C# 
public class ProgressEventArgs : System.EventArgs 
Managed Extensions for C++ 
public __gc class ProgressEventArgs : public System.EventArgs 
C++/CLI 
public ref class ProgressEventArgs : public System.EventArgs 

Remarks

When data is sent or received, the Progress event is raised in the frequency specified by Tcp.ReceiveBufferSize. This event will contain the ProgressEventArgs class, providing data useful for displaying progress to the user.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.PowerTCP.Mail.ProgressEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.