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... | |
ItemCallbackArgs contains item being processed.
| Aspose::Email::Common::Delegate::ItemCallbackArgs::ItemCallbackArgs | ( | System::SharedPtr< System::Object > | item | ) |
Initializes a new instance of the ItemCallbackArgs class with the specified item.
| item |
| System::SharedPtr<System::Object> Aspose::Email::Common::Delegate::ItemCallbackArgs::get_Item | ( | ) | const |
The item being processed.
| void Aspose::Email::Common::Delegate::ItemCallbackArgs::set_Item | ( | System::SharedPtr< System::Object > | value | ) |
The item being processed.