Namespace System.Windows
Classes
Provides a WeakEventManager implementation so that you can use the "weak event listener" pattern to attach listeners for the ICommand.CanExecuteChanged events. |
Specifies how and if a drag-and-drop operation should continue. |
Specifies the effects of a drag-and-drop operation. |
Specifies the current state of the modifier keys (SHIFT, CTRL, and ALT), as well as the state of the mouse buttons. |
Provides a WeakEventManager implementation so that you can use the "weak event listener" pattern to attach listeners for the UIElement.LostFocus events. |
Provides a base class for the event manager that is used in the weak event pattern. The manager adds and removes listeners for events (or callbacks) that also use the pattern. |
WeakEventManager<T>.ListenerList Provides a built-in collection list for storing listeners for a WeakEventManager. |
Interfaces
Provides event listening support for classes that expect to receive events through the WeakEvent pattern and a WeakEventManager. |