PostRenderEventHandler Delegate

This delegate defines the syntax of the handler that is called when a PostRender event is raised.

Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public delegate void PostRenderEventHandler (
         DrawingContextdc
)

Parameters

  • dc
    The DrawingContext that was used in rendering.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

Microsoft.SPOT.Presentation Namespace