Metodo DedNotifiesCreateDeleteCommand
|
Crea il comando di delete per un elemento.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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