PostRenderEventHandler Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Public Delegate Sub PostRenderEventHandler ( _
    dc As DrawingContext _
)
public delegate void PostRenderEventHandler(
    DrawingContext dc
)
public delegate void PostRenderEventHandler(
    DrawingContext^ dc
)
type PostRenderEventHandler = 
    delegate of 
        dc:DrawingContext -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.SPOT.Presentation Namespace