WeakEventManager.SetCurrentManager(Type, WeakEventManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the current manager for the specified manager type.
protected:
static void SetCurrentManager(Type ^ managerType, System::Windows::WeakEventManager ^ manager);
protected static void SetCurrentManager (Type managerType, System.Windows.WeakEventManager manager);
static member SetCurrentManager : Type * System.Windows.WeakEventManager -> unit
Protected Shared Sub SetCurrentManager (managerType As Type, manager As WeakEventManager)
Parameters
- managerType
- Type
The type to set the new event manager.
- manager
- WeakEventManager
The new event manager.
Remarks
Call the SetCurrentManager method to initialize a manager, if that is required by a call to your CurrentManager
property on a WeakEventManager implementation.
Applies to
See also
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.