[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtGui (in DNExtGui.dll) Version: 1.0.4679.19833 (1.0.0.0)
Registriert einen ActionHandler<(Of <(<'TAppCore, TContext>)>)> für die
Ausführung des Befehls.
Namespace: DynamicNode.Ext.GuiAssembly: DNExtGui (in DNExtGui.dll) Version: 1.0.4679.19833 (1.0.0.0)
Syntax
| C# |
|---|
public void SetAction( ActionHandler<TAppCore, TContext> handler ) |
| Visual Basic |
|---|
Public Sub SetAction ( _ handler As ActionHandler(Of TAppCore, TContext) _ ) |
| F# |
|---|
member SetAction : handler:ActionHandler<'TAppCore, 'TContext> -> unit |
Parameters
- handler
- Type: DynamicNode.Ext.Gui..::..ActionHandler<(Of <(<'TAppCore, TContext>)>)>
Der Handler für die Befehlsausführung.