Evento DedNetApplicationValidateAttrPropertyEvent
             | 
          
        
        
            Evento chiamato quando viene modificata una proprietà di un attributo dal QsManager.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic event EventHandler<ValidateAttrPropertyEventArgs> ValidateAttrPropertyEvent
Public Event ValidateAttrPropertyEvent As EventHandler(Of ValidateAttrPropertyEventArgs)
public:
 event EventHandler<ValidateAttrPropertyEventArgs^>^ ValidateAttrPropertyEvent {
	void add (EventHandler<ValidateAttrPropertyEventArgs^>^ value);
	void remove (EventHandler<ValidateAttrPropertyEventArgs^>^ value);
}member ValidateAttrPropertyEvent : IEvent<EventHandler<ValidateAttrPropertyEventArgs>,
    ValidateAttrPropertyEventArgs>Valore
EventHandlerValidateAttrPropertyEventArgs
Vedi anche