When overridden in a derived class, binds the event to the component.
component A component that provides events to the delegate. value A delegate that represents the method that handles the event.
Typically, this method is implemented through reflection. For more information about reflection, see the topics in Reflection.
For more information about delegates, see Events and Delegates.