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.
public delegate void DataEventHandler(Common ^ sender, DataEventArgs ^ e);
public delegate void DataEventHandler(Common sender, DataEventArgs e);
type DataEventHandler = delegate of Common * DataEventArgs -> unit
Public Delegate Sub DataEventHandler(sender As Common, e As DataEventArgs)
Parameters
- sender
- Common