DelegateReference Class

Represents a reference to a Delegate that may contain a WeakReference to the target. This class is used internally by the Composite Application Library.

Namespace:  Microsoft.Practices.Prism.Events
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class DelegateReference : IDelegateReference
'Declaration
Public Class DelegateReference _
    Implements IDelegateReference

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Events.DelegateReference

See Also

DelegateReference Members

Microsoft.Practices.Prism.Events Namespace