Share via


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.Composite.Events
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
Public Class DelegateReference _
    Implements IDelegateReference
public class DelegateReference : IDelegateReference
public ref class DelegateReference : IDelegateReference
Microsoft.Practices.Composite.Events.DelegateReference = function();

Type.createClass(
    'Microsoft.Practices.Composite.Events.DelegateReference',
    null,
    Microsoft.Practices.Composite.Events.IDelegateReference);

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Events.DelegateReference

See Also

DelegateReference Members

Microsoft.Practices.Composite.Events Namespace