Edit

MarkdownRenderedEventArgs Class

Definition

Arguments for the OnMarkdownRendered event which indicates when the markdown has been rendered.

public class MarkdownRenderedEventArgs : EventArgs
type MarkdownRenderedEventArgs = class
    inherit EventArgs
Public Class MarkdownRenderedEventArgs
Inherits EventArgs
Inheritance
MarkdownRenderedEventArgs

Properties

Name Description
Exception

Gets the exception if there was one. If the exception is null there was no error.

Applies to