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