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