The event arguments for the PrepareRenderContextEventHandler used by PrepareRenderContextEvent

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

Syntax

C#
public class PrepareRenderContextEventArgs : RoutedEventArgs
Visual Basic
Public Class PrepareRenderContextEventArgs _
	Inherits RoutedEventArgs

Remarks

This event argument can be used to modify the Context during CreateVisualContent(IRenderContext) and UpdateVisual()()()()

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      yWorks.Canvas..::..PrepareRenderContextEventArgs

See Also