eventInfo
The event to attach and detach from.
target
The target object the event is defined on. Null if the method is static.
handler
The delegate to attach to the event.

See Also

Menu
Creates an instance of EventObserver and attaches to the supplied event on the supplied target. Call dispose to detach.


Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

Parameters