Evento DedNetApplicationAttributeChanged
|
Evento chiamato alla modifica di un attributo nell'edita attributi.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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
EventHandlerEventArgsVedi anche