Costruttore DedBomExplorerControlContextCreatedEventArgs
|
Crea una nuova istanza della classe 'ContextCreated' utilizzata per modificare il
contesto da utilizzare per la generazione del menu contestuale.
Namespace:
DedNet.Controls
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public ContextCreatedEventArgs(
DedCommandContext context
)
Public Sub New (
context As DedCommandContext
)
public:
ContextCreatedEventArgs(
DedCommandContext^ context
)
new :
context : DedCommandContext -> ContextCreatedEventArgs
Parametri
- context
- Tipo: DedNet.CommandsDedCommandContext
Contesto appena creato.
Vedi anche