ItemCallbackArgs Class

ItemCallbackArgs contains item being processed.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Common.DelegateItemCallbackArgs

Namespace:  Aspose.Email.Common.Delegate
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ItemCallbackArgs

The ItemCallbackArgs type exposes the following members.

Constructors
  NameDescription
Public methodItemCallbackArgs
Initializes a new instance of the ItemCallbackArgs class with the specified item.
Properties
  NameDescription
Public propertyItem
The item being processed.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also