Modifier

WeakEventManager.ListenerList.CopyTo(WeakEventManager+ListenerList) Method

Definition

Copies the current WeakEventManager.ListenerList to the specified WeakEventManager.ListenerList.

protected void CopyTo (System.Windows.WeakEventManager.ListenerList newList);
member this.CopyTo : System.Windows.WeakEventManager.ListenerList -> unit
Protected Sub CopyTo (newList As WeakEventManager.ListenerList)

Parameters

newList
WeakEventManager.ListenerList

The object to copy to.

Applies to