Costruttore OverrideCommandEnablingEventArgs 
             | 
          
        
          
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.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 -> OverrideCommandEnablingEventArgsParametri
- cmd
 - Tipo: DedNet.CommandsDedCommand
 - ctx
 - Tipo: DedNet.CommandsDedCommandContext
 - enable
 - Tipo: SystemBoolean
 
Vedi anche