Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SourceEventArgs.cs
1
using
System;
2
3
namespace
Waher.Content.Markdown.Consolidation
4
{
8
public
class
SourceEventArgs
: EventArgs
9
{
10
private
readonly
string
source;
11
16
public
SourceEventArgs
(
string
Source
)
17
: base()
18
{
19
this.source =
Source
;
20
}
21
25
public
string
Source
=> this.source;
26
}
27
}
Waher.Content.Markdown.Consolidation.SourceEventArgs
Event arguments for source events.
Definition:
SourceEventArgs.cs:9
Waher.Content.Markdown.Consolidation.SourceEventArgs.Source
string Source
Source causing the event to be raised.
Definition:
SourceEventArgs.cs:25
Waher.Content.Markdown.Consolidation.SourceEventArgs.SourceEventArgs
SourceEventArgs(string Source)
Event arguments for source events.
Definition:
SourceEventArgs.cs:16
Waher.Content.Markdown.Consolidation
Definition:
ConsolidatedTable.cs:11
IoTGateway
Content
Waher.Content.Markdown.Consolidation
SourceEventArgs.cs
Generated by
1.9.5