Raises the Control.DataBinding event.
- e
- An EventArgs object that contains the event data.
This method notifies a server control to perform any logic for binding data that is associated with it.
If you want to handle the Control.DataBinding event, you should override this event-handling method. This ensures that all delegates attached to the Control.DataBinding event are invoked.