CustomBuildEventHandler Delegate

Definition

Type of handler for CustomEventRaised events

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

Parameters

sender
Object

The source of the event.

e
CustomBuildEventArgs

A CustomBuildEventArgs that contains the event data.

Applies to