Skip to main content

PostRenderEventHandler Delegate

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI

Represents a method that performs custom drawing after the window tree has been rendered.

public delegate void PostRenderEventHandler(DrawingContext dc);