MarkdownTextBlock.CodeBlockResolving Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)