Evento DedNetApplicationValidateCommPropertyEvent
             | 
          
        
        
            Evento chiamato quando vengono validati gli attributi della commessa.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic event EventHandler<ValidateFamPropertyEventArgs> ValidateCommPropertyEvent
Public Event ValidateCommPropertyEvent As EventHandler(Of ValidateFamPropertyEventArgs)
public:
 event EventHandler<ValidateFamPropertyEventArgs^>^ ValidateCommPropertyEvent {
	void add (EventHandler<ValidateFamPropertyEventArgs^>^ value);
	void remove (EventHandler<ValidateFamPropertyEventArgs^>^ value);
}member ValidateCommPropertyEvent : IEvent<EventHandler<ValidateFamPropertyEventArgs>,
    ValidateFamPropertyEventArgs>Valore
EventHandlerValidateFamPropertyEventArgs
Vedi anche