CardStoreExtensionContextOnContentStoring - событие |
Событие, вызываемое перед сохранением содержимого каждого сохраняемого файла.
Событие вызывается только в том случае, если выполняется сохранение хотя бы одного файла,
при этом признак [ICardStoreExtensionContext.ContentStorePending] равен true.
Пространство имён:
Tessa.Cards.Extensions
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public event EventHandler<CardOnContentStoringEventArgs> OnContentStoring
Public Event OnContentStoring As EventHandler(Of CardOnContentStoringEventArgs)
public:
virtual event EventHandler<CardOnContentStoringEventArgs^>^ OnContentStoring {
void add (EventHandler<CardOnContentStoringEventArgs^>^ value);
void remove (EventHandler<CardOnContentStoringEventArgs^>^ value);
}
abstract OnContentStoring : IEvent<EventHandler<CardOnContentStoringEventArgs>,
CardOnContentStoringEventArgs>
override OnContentStoring : IEvent<EventHandler<CardOnContentStoringEventArgs>,
CardOnContentStoringEventArgs>
Значение
Тип:
SystemEventHandlerCardOnContentStoringEventArgsРеализации
ICardStoreExtensionContextOnContentStoringСм. также