Click or drag to resize
ObservableEventTSender, TResult Methods

The ObservableEventTSender, TResult generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a handler to the observed event.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRaise
Raises the observed event if there is at least one subscriber.
Public methodRemove(EventRegistrationToken)
Removes a handler from the observed event.
Public methodRemove(TypedEventHandlerTSender, TResult)
Removes a handler from the observed event.
Public methodToString (Inherited from Object.)
Top
See Also