Proprietà CreatingSparePartDrawingEventArgsDelegateFileCopy 
             | 
          
        
         
            Delegate che viene richiamato se il comando è gestito da un add-in.
            
 
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic FileOperationDelegate<DocStructInfoList> DelegateFileCopy { get; set; }Public Property DelegateFileCopy As FileOperationDelegate(Of DocStructInfoList)
	Get
	Set
public:
property FileOperationDelegate<DocStructInfoList^>^ DelegateFileCopy {
	FileOperationDelegate<DocStructInfoList^>^ get ();
	void set (FileOperationDelegate<DocStructInfoList^>^ value);
}member DelegateFileCopy : FileOperationDelegate<DocStructInfoList> with get, set
Valore della proprietà
Tipo: 
FileOperationDelegateDocStructInfoList
Vedi anche