Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CustomizeMarkdownEventArgs.cs
1using System;
2
4{
8 public class CustomizeMarkdownEventArgs : EventArgs
9 {
15 {
16 this.Markdown = Markdown;
17 }
18
22 public string Markdown { get; set; }
23 }
24}
Event arguments for markdown customization events.
CustomizeMarkdownEventArgs(string Markdown)
Event arguments for markdown customization events.