EventObserver Constructor | |
See Also� |
Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)
Syntax
Parameters
- 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.