Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
AttachedCommandBehavior
ActionExecutionStrategy
C# Class AttachedCommandBehavior.ActionExecutionStrategy
executes a delegate
Inheritance:
IExecutionStrategy
Datei anzeigen
Open project: dotob/moni
Public Methods
Method
Description
Execute
(
object
parameter
) :
void
Executes an Action delegate
Method Details
Execute()
public
method
Executes an Action delegate
public
Execute
(
object
parameter
) :
void
parameter
object
The parameter to pass to the Action
return
void