CustomBuildEventHandler 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.
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.
A CustomBuildEventArgs that contains the event data.