WeakEventManager.ListenerList.Clone Method

Definition

Creates a modifiable clone of this WeakEventManager.ListenerList.

public:
 System::Windows::WeakEventManager::ListenerList ^ Clone();
public System.Windows.WeakEventManager.ListenerList Clone ();
public virtual System.Windows.WeakEventManager.ListenerList Clone ();
member this.Clone : unit -> System.Windows.WeakEventManager.ListenerList
abstract member Clone : unit -> System.Windows.WeakEventManager.ListenerList
override this.Clone : unit -> System.Windows.WeakEventManager.ListenerList
Public Function Clone () As WeakEventManager.ListenerList
Public Overridable Function Clone () As WeakEventManager.ListenerList

Returns

A modifiable clone of the current object.

Applies to