Aspose::Email::Common::Delegate::ItemCallbackArgs Class Reference

ItemCallbackArgs contains item being processed. More...

Inherits Object.

Public Member Functions

System::SharedPtr< System::Object > get_Item () const
 The item being processed. More...
 
void set_Item (System::SharedPtr< System::Object > value)
 The item being processed. More...
 
 ItemCallbackArgs (System::SharedPtr< System::Object > item)
 Initializes a new instance of the ItemCallbackArgs class with the specified item. More...
 

Detailed Description

ItemCallbackArgs contains item being processed.

Constructor & Destructor Documentation

◆ ItemCallbackArgs()

Aspose::Email::Common::Delegate::ItemCallbackArgs::ItemCallbackArgs ( System::SharedPtr< System::Object >  item)

Initializes a new instance of the ItemCallbackArgs class with the specified item.

Parameters
item

Member Function Documentation

◆ get_Item()

System::SharedPtr<System::Object> Aspose::Email::Common::Delegate::ItemCallbackArgs::get_Item ( ) const

The item being processed.

◆ set_Item()

void Aspose::Email::Common::Delegate::ItemCallbackArgs::set_Item ( System::SharedPtr< System::Object >  value)

The item being processed.