Aspose::Email::Common::Delegate Namespace Reference

Classes

class  ItemCallbackArgs
 ItemCallbackArgs contains item being processed. More...
 

Typedefs

using BeforeItemCallback = System::MulticastDelegate< void(System::SharedPtr< Aspose::Email::Common::Delegate::ItemCallbackArgs >)>
 BeforeItemCallback is called before the next item is processed, the type of which depends on the task being performed. More...
 

Typedef Documentation

◆ BeforeItemCallback

BeforeItemCallback is called before the next item is processed, the type of which depends on the task being performed.

Parameters
itemThe item to be processed