[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein kontextgebundener Befehl.

Namespace: DynamicNode.Ext.Gui
Assembly: DNExtGui (in DNExtGui.dll) Version: 1.0.4679.19833 (1.0.0.0)

Syntax

C#
public class ContextCommand<TAppCore, TContext> : CommandBase
Visual Basic
Public Class ContextCommand(Of TAppCore, TContext) _
	Inherits CommandBase
F#
type ContextCommand<'TAppCore, 'TContext> =  
    class
        inherit CommandBase
    end

Type Parameters

TAppCore
Der Type des Anwendungskerns.
TContext
Der Type des Befehls-Kontexts.

Inheritance Hierarchy

System..::..Object
  DynamicNode.Ext.Gui..::..CommandBase
    DynamicNode.Ext.Gui..::..ContextCommand<(Of <(<'TAppCore, TContext>)>)>

See Also