DataEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the method that handles the DataEventArgs event.
public delegate void DataEventHandler(object sender, DataEventArgs e);
type DataEventHandler = delegate of obj * DataEventArgs -> unit
Public Delegate Sub DataEventHandler(sender As Object, e As DataEventArgs)
Parameters
- sender
- Object