ItemCallbackArgs contains item being processed. More...
Inherits Object.
Public Member Functions | |
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Object > | get_Item () const |
The item being processed. More... | |
ASPOSE_EMAIL_SHARED_API void | set_Item (System::SharedPtr< System::Object > value) |
The item being processed. More... | |
ASPOSE_EMAIL_SHARED_API | ItemCallbackArgs (System::SharedPtr< System::Object > item) |
Initializes a new instance of the ItemCallbackArgs class with the specified item. More... | |
ItemCallbackArgs contains item being processed.
ASPOSE_EMAIL_SHARED_API Aspose::Email::Common::Delegate::ItemCallbackArgs::ItemCallbackArgs | ( | System::SharedPtr< System::Object > | item | ) |
Initializes a new instance of the ItemCallbackArgs class with the specified item.
item |
ASPOSE_EMAIL_SHARED_API System::SharedPtr<System::Object> Aspose::Email::Common::Delegate::ItemCallbackArgs::get_Item | ( | ) | const |
The item being processed.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Common::Delegate::ItemCallbackArgs::set_Item | ( | System::SharedPtr< System::Object > | value | ) |
The item being processed.