When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. 
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
protected override void OnRender( DrawingContext drawingContext )
Protected Overrides Sub OnRender ( _ drawingContext As DrawingContext _ )
protected: virtual void OnRender( DrawingContext^ drawingContext ) override
 Parameters
 Parameters- drawingContext (DrawingContext)
- The drawing instructions for a specific element. This context is provided to the layout system.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238

