public sealed class ViewModelRegisteredEventManager : WeakEventManagerBase<ViewModelRegisteredEventManager, ViewModelScope>Public NotInheritable Class ViewModelRegisteredEventManager
Inherits WeakEventManagerBase(Of ViewModelRegisteredEventManager, ViewModelScope)public ref class ViewModelRegisteredEventManager sealed : public WeakEventManagerBase<ViewModelRegisteredEventManager^, ViewModelScope^>[<SealedAttribute>]
type ViewModelRegisteredEventManager =
class
inherit WeakEventManagerBase<ViewModelRegisteredEventManager, ViewModelScope>
end| AllModels | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Унаследован от DispatcherObject) |
| Item | Gets or sets the data being stored for the specified source. (Унаследован от WeakEventManager) |
| ReadLock | Establishes a read-lock on the underlying data table, and returns an IDisposable. (Унаследован от WeakEventManager) |
| WriteLock | Establishes a write-lock on the underlying data table, and returns an IDisposable. (Унаследован от WeakEventManager) |
| AddListener(ViewModelScope, IWeakEventListener) | |
| AddListener(ViewModelScope, IWeakEventListener, Object) | |
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
| DeliverEvent | Delivers the event being managed to each listener. (Унаследован от WeakEventManager) |
| DeliverEventToList | Delivers the event being managed to each listener in the provided list. (Унаследован от WeakEventManager) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| NewListenerList | Returns a new object to contain listeners to an event. (Унаследован от WeakEventManager) |
| ProtectedAddHandler | Adds the specified delegate as an event handler of the specified source. (Унаследован от WeakEventManager) |
| ProtectedAddListener | Adds the provided listener to the provided source for the event being managed. (Унаследован от WeakEventManager) |
| ProtectedRemoveHandler | Removes the previously added handler from the specified source. (Унаследован от WeakEventManager) |
| ProtectedRemoveListener | Removes a previously added listener from the provided source. (Унаследован от WeakEventManager) |
| Purge | (Переопределяет WeakEventManagerPurge(Object, Object, Boolean)) |
| Remove | Removes all listeners for the specified source. (Унаследован от WeakEventManager) |
| RemoveListener(ViewModelScope, IWeakEventListener) | |
| RemoveListener(ViewModelScope, IWeakEventListener, Object) | |
| ScheduleCleanup | Requests that a purge of unused entries in the underlying listener list be performed on a lower priority thread. (Унаследован от WeakEventManager) |
| StartListening(Object) | Присоединяет обработчик события от текущего объекта для заданного источника. (Унаследован от WeakEventManagerBaseTManager, TEventSource) |
| StartListening(ViewModelScope) | (Переопределяет WeakEventManagerBaseTManager, TEventSourceStartListening(TEventSource)) |
| StopListening(Object) | Отсоединяет обработчик события от текущего объекта для заданного источника. (Унаследован от WeakEventManagerBaseTManager, TEventSource) |
| StopListening(ViewModelScope) | (Переопределяет WeakEventManagerBaseTManager, TEventSourceStopListening(TEventSource)) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |