Metodo DedNotifiesCreateDeleteCommand
|
Crea il comando di delete per un elemento.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi protected override QSDeleteCommand CreateDeleteCommand(
DedNotify item
)
Protected Overrides Function CreateDeleteCommand (
item As DedNotify
) As QSDeleteCommand
protected:
virtual QSDeleteCommand^ CreateDeleteCommand(
DedNotify^ item
) override
abstract CreateDeleteCommand :
item : DedNotify -> QSDeleteCommand
override CreateDeleteCommand :
item : DedNotify -> QSDeleteCommand
Parametri
- item DedNotify
- Elemento per il quale creare il comando.
Valore di ritorno
QSDeleteCommandVedi anche