Evento DedNetApplicationNotifyEvent
|
Evento lanciato per poter modificare le informazioni della notifica e eventualmente cancellarla.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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
EventHandlerDedNotifyEventArgsVedi anche