The event handler signature for the PrepareRenderContext event.

Namespace: yWorks.Canvas
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public delegate void PrepareRenderContextEventHandler(
	Object src,
	PrepareRenderContextEventArgs args
)
Visual Basic
Public Delegate Sub PrepareRenderContextEventHandler ( _
	src As Object, _
	args As PrepareRenderContextEventArgs _
)

Parameters

src
Type: System..::..Object
The source that triggered the event.
args
Type: yWorks.Canvas..::..PrepareRenderContextEventArgs
The event arguments that can be used to modify the Context.

Remarks

Event handlers can replace or modify the Context during the handling of the event.

See Also