Table of Contents

Delegate VistaManager.GeneratePipelineHandler

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Represents a callback raised at the start or end of the manager generation pipeline.

public delegate void VistaManager.GeneratePipelineHandler(VistaManager sender)

Parameters

sender VistaManager

The manager whose pipeline is transitioning state.