Evento DedNetApplicationNotifyEvent
             | 
          
        
        
            Evento lanciato per poter modificare le informazioni della notifica e eventualmente cancellarla.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic event EventHandler<DedNotifyEventArgs> NotifyEvent
Public Event NotifyEvent As EventHandler(Of DedNotifyEventArgs)
public:
 event EventHandler<DedNotifyEventArgs^>^ NotifyEvent {
	void add (EventHandler<DedNotifyEventArgs^>^ value);
	void remove (EventHandler<DedNotifyEventArgs^>^ value);
}member NotifyEvent : IEvent<EventHandler<DedNotifyEventArgs>,
    DedNotifyEventArgs>Valore
EventHandlerDedNotifyEventArgs
Vedi anche