ItemCallbackArgs Constructor |
Initializes a new instance of the ItemCallbackArgs class with the specified item.
Namespace:
Aspose.Email.Common.Delegate
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ItemCallbackArgs(
Object item
)
Public Sub New (
item As Object
)
public:
ItemCallbackArgs(
Object^ item
)
new :
item : Object -> ItemCallbackArgs
Parameters
- item
- Type: SystemObject
See Also