Evento DedNetApplicationCreateCommEvent
             | 
          
        
        
            Evento lanciato prima e dopo la creazione di una commessa.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic event EventHandler<DedCommCommandEventArgs> CreateCommEvent
Public Event CreateCommEvent As EventHandler(Of DedCommCommandEventArgs)
public:
 event EventHandler<DedCommCommandEventArgs^>^ CreateCommEvent {
	void add (EventHandler<DedCommCommandEventArgs^>^ value);
	void remove (EventHandler<DedCommCommandEventArgs^>^ value);
}member CreateCommEvent : IEvent<EventHandler<DedCommCommandEventArgs>,
    DedCommCommandEventArgs>Valore
EventHandlerDedCommCommandEventArgs
Vedi anche