Share via


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 .NET Micro Framework version 3.0 and above.

See Also

Reference

Microsoft.SPOT.Presentation Namespace