Click or drag to resize
DigitalRuneWeakEventT Methods

The WeakEventT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(Delegate)
Adds a new Delegate to the WeakMulticastDelegate.
(Inherited from WeakMulticastDelegate.)
Public methodAdd(T) (Inherited from WeakMulticastDelegateT.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvoke(Object)
Invokes the stored Delegates with the given arguments.
(Inherited from WeakMulticastDelegate.)
Public methodInvoke(Object, EventArgs)
Raises the event.
Public methodRemove(Delegate)
Removes a Delegate from the WeakMulticastDelegate.
(Inherited from WeakMulticastDelegate.)
Public methodRemove(T) (Inherited from WeakMulticastDelegateT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also