Costruttore OverrideCommandEnablingEventArgs
|
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public OverrideCommandEnablingEventArgs(
DedCommand cmd,
DedCommandContext ctx,
bool enable
)
Public Sub New (
cmd As DedCommand,
ctx As DedCommandContext,
enable As Boolean
)
public:
OverrideCommandEnablingEventArgs(
DedCommand^ cmd,
DedCommandContext^ ctx,
bool enable
)
new :
cmd : DedCommand *
ctx : DedCommandContext *
enable : bool -> OverrideCommandEnablingEventArgs
Parametri
- cmd
- Tipo: DedNet.CommandsDedCommand
- ctx
- Tipo: DedNet.CommandsDedCommandContext
- enable
- Tipo: SystemBoolean
Vedi anche