MarkdownTextBlock.CodeBlockResolving Event

Definition

Fired when a Code Block is being Rendered. The default implementation is to output the CodeBlock as Plain Text.

You must set Handled to true in order to process your changes.
public event EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.CodeBlockResolvingEventArgs> CodeBlockResolving;
member this.CodeBlockResolving : EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.CodeBlockResolvingEventArgs> 
Public Event CodeBlockResolving As EventHandler(Of CodeBlockResolvingEventArgs) 

Event Type

Applies to