CardStoreExtensionContextContentStorePending - свойство |
Признак того, что ожидается сохранение содержимого файлов, выполняемое отложенно после расширений AfterRequest.
Используйте событие [ICardStoreExtensionContext.ContentStoreCompleted],
чтобы подписаться на момент завершения изменений в контенте и выполнить действия в обработчике события.
Пространство имён:
Tessa.Cards.Extensions
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public bool ContentStorePending { get; set; }
Public Property ContentStorePending As Boolean
Get
Set
public:
virtual property bool ContentStorePending {
bool get () sealed;
void set (bool value) sealed;
}
abstract ContentStorePending : bool with get, set
override ContentStorePending : bool with get, set
Значение свойства
Тип:
BooleanРеализации
ICardStoreExtensionContextContentStorePendingСм. также