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