Costruttore OverrideCommandEnablingEventArgs
|
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassipublic 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