WorkplaceViewComponentUnloading - событие
Событие, вызываемое при выгрузке контента (скрытии) элемента.
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public event EventHandler<DeferredEventArgs> Unloading
Public Event Unloading As EventHandler(Of DeferredEventArgs)
public:
virtual event EventHandler<DeferredEventArgs^>^ Unloading {
void add (EventHandler<DeferredEventArgs^>^ value);
void remove (EventHandler<DeferredEventArgs^>^ value);
}
abstract Unloading : IEvent<EventHandler<DeferredEventArgs>,
DeferredEventArgs>
override Unloading : IEvent<EventHandler<DeferredEventArgs>,
DeferredEventArgs>
EventHandlerDeferredEventArgsIWorkplaceViewComponentUnloading