Evento DedNetApplicationNeedRefreshAllDocumentEvent
|
Evento per notificare (Inventor) la necessità di un refresh di tutti i documenti aperti.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic event EventHandler<EventArgs> NeedRefreshAllDocumentEvent
Public Event NeedRefreshAllDocumentEvent As EventHandler(Of EventArgs)
public:
event EventHandler<EventArgs^>^ NeedRefreshAllDocumentEvent {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}member NeedRefreshAllDocumentEvent : IEvent<EventHandler<EventArgs>,
EventArgs>Valore
EventHandlerEventArgs
Vedi anche