Share via


DataEventHandler Delegate

Definition

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

Applies to