Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICommandElement.cs
1
using
System.Windows.Input;
2
3
namespace
NeuroAccessMaui.UI.Core
4
{
5
internal
interface
ICommandElement
6
{
7
// note to implementor: implement these properties publicly
8
ICommand?
Command
{
get
; }
9
object
? CommandParameter {
get
; }
10
11
// implement these explicitly
12
void
CanExecuteChanged(
object
? sender, EventArgs e);
13
}
14
}
NeuroAccessMaui.UI.Core
Definition:
BorderDataElement.cs:2
Waher.Networking.XMPP.P2P.SOCKS5.Command
Command
SOCKS5 command.
Definition:
Command.cs:7
NeuroAccessMaui
NeuroAccessMaui
UI
Core
ICommandElement.cs
Generated by
1.9.5