The event handler signature for the PrepareRenderContext event.

Namespace: yWorks.Canvas
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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