CardStoreExtensionContextContentStoreCompleted - событие
Событие, вызываемое при завершении сохранения содержимого файлов.
Событие вызывается только в том случае, если выполняется сохранение хотя бы одного файла,
при этом признак [ICardStoreExtensionContext.ContentStorePending] равен true.
Пространство имён: Tessa.Cards.ExtensionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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