Evento DedNetApplicationAttributeOnlyDbChanged
             | 
          
        
        
            Evento chiamato alla modifica di un attributo nell'edita attributi solo DB
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic event EventHandler<EventArgs> AttributeOnlyDbChanged
Public Event AttributeOnlyDbChanged As EventHandler(Of EventArgs)
public:
 event EventHandler<EventArgs^>^ AttributeOnlyDbChanged {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}member AttributeOnlyDbChanged : IEvent<EventHandler<EventArgs>,
    EventArgs>Valore
EventHandlerEventArgs
Vedi anche