CardStoreExtensionContextContentStoreCompleted - событие
Событие, вызываемое при завершении сохранения содержимого файлов.
Событие вызывается только в том случае, если выполняется сохранение хотя бы одного файла,
при этом признак [ICardStoreExtensionContext.ContentStorePending] равен true.
Пространство имён: Tessa.Cards.ExtensionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public event EventHandler<CardContentStoreCompletedEventArgs> ContentStoreCompleted
Public Event ContentStoreCompleted As EventHandler(Of CardContentStoreCompletedEventArgs)
public:
virtual event EventHandler<CardContentStoreCompletedEventArgs^>^ ContentStoreCompleted {
void add (EventHandler<CardContentStoreCompletedEventArgs^>^ value);
void remove (EventHandler<CardContentStoreCompletedEventArgs^>^ value);
}
abstract ContentStoreCompleted : IEvent<EventHandler<CardContentStoreCompletedEventArgs>,
CardContentStoreCompletedEventArgs>
override ContentStoreCompleted : IEvent<EventHandler<CardContentStoreCompletedEventArgs>,
CardContentStoreCompletedEventArgs>
EventHandlerCardContentStoreCompletedEventArgsICardStoreExtensionContextContentStoreCompleted