FillControlWithDataEventHandler Delegate

Definition

public delegate void FillControlWithDataEventHandler(System::Object ^ sender, FillControlWithDataEventArgs ^ e);
public delegate void FillControlWithDataEventHandler(object sender, FillControlWithDataEventArgs e);
type FillControlWithDataEventHandler = delegate of obj * FillControlWithDataEventArgs -> unit
Public Delegate Sub FillControlWithDataEventHandler(sender As Object, e As FillControlWithDataEventArgs)

Parameters

sender
Object

Applies to