CommittingChangesWeakEventManager - класс

Диспетчер событий для CommittingChanges.

Definition

Пространство имён: Tessa.UI.Controls.AutoCompleteCtrl
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public sealed class CommittingChangesWeakEventManager : WeakEventManager<CommittingChangesWeakEventManager, IAutoCompleteControlDataSource>
Inheritance
Object    DispatcherObject    WeakEventManager    WeakEventManagerCommittingChangesWeakEventManager, IAutoCompleteControlDataSource    CommittingChangesWeakEventManager

Конструкторы

CommittingChangesWeakEventManagerИнициализирует новый экземпляр класса CommittingChangesWeakEventManager

Свойства

DispatcherGets the Dispatcher this DispatcherObject is associated with.
(Унаследован от DispatcherObject)
ItemGets or sets the data being stored for the specified source.
(Унаследован от WeakEventManager)
ReadLockEstablishes a read-lock on the underlying data table, and returns an IDisposable.
(Унаследован от WeakEventManager)
WriteLockEstablishes a write-lock on the underlying data table, and returns an IDisposable.
(Унаследован от WeakEventManager)

Методы

CheckAccessDetermines whether the calling thread has access to this DispatcherObject.
(Унаследован от DispatcherObject)
DeliverEventDelivers the event being managed to each listener.
(Унаследован от WeakEventManager)
DeliverEventToListDelivers the event being managed to each listener in the provided list.
(Унаследован от WeakEventManager)
NewListenerListReturns a new object to contain listeners to an event.
(Унаследован от WeakEventManager)
ProtectedAddHandlerAdds the specified delegate as an event handler of the specified source.
(Унаследован от WeakEventManager)
ProtectedAddListenerAdds the provided listener to the provided source for the event being managed.
(Унаследован от WeakEventManager)
ProtectedRemoveHandlerRemoves the previously added handler from the specified source.
(Унаследован от WeakEventManager)
ProtectedRemoveListenerRemoves a previously added listener from the provided source.
(Унаследован от WeakEventManager)
PurgeRemoves inactive listener entries from the data list for the provided source. Returns if some entries were actually removed from the list.
(Унаследован от WeakEventManager)
RemoveRemoves all listeners for the specified source.
(Унаследован от WeakEventManager)
ScheduleCleanupRequests that a purge of unused entries in the underlying listener list be performed on a lower priority thread.
(Унаследован от WeakEventManager)
StartListening(IAutoCompleteControlDataSource)Присоединяет обработчик события от текущего объекта для заданного источника.
(Переопределяет WeakEventManagerTManager, TEventSourceStartListening(TEventSource))
StartListening(Object)Присоединяет обработчик события от текущего объекта для заданного источника.
(Унаследован от WeakEventManagerTManager, TEventSource)
StopListening(IAutoCompleteControlDataSource)Отсоединяет обработчик события от текущего объекта для заданного источника.
(Переопределяет WeakEventManagerTManager, TEventSourceStopListening(TEventSource))
StopListening(Object)Отсоединяет обработчик события от текущего объекта для заданного источника.
(Унаследован от WeakEventManagerTManager, TEventSource)
VerifyAccessEnforces that the calling thread has access to this DispatcherObject.
(Унаследован от DispatcherObject)

См. также