INotificationListenerNotifyAttachmentDownloadSuccess Method |
Namespace:
Unvired.Kernel.UWP.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid NotifyAttachmentDownloadSuccess(
AttachmentItem attachmentItem
)
Sub NotifyAttachmentDownloadSuccess (
attachmentItem As AttachmentItem
)
void NotifyAttachmentDownloadSuccess(
AttachmentItem^ attachmentItem
)
abstract NotifyAttachmentDownloadSuccess :
attachmentItem : AttachmentItem -> unit
Parameters
- attachmentItem
- Type: Unvired.Kernel.UWP.ModelAttachmentItem
See Also