Evento DedNetApplicationBeforeShowZoomPreviewEvent
             | 
          
        
         
            Evento che scatta prima che venga caricato il QsTopDwgViewer. Permette di definire con che profilo eseguire il QsTopDwgViewer (di default viene eseguito il profilo 'Simple').
            
 
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic event EventHandler<QSTopDwgViewerProfile> BeforeShowZoomPreviewEvent
Public Event BeforeShowZoomPreviewEvent As EventHandler(Of QSTopDwgViewerProfile)
public:
 event EventHandler<QSTopDwgViewerProfile^>^ BeforeShowZoomPreviewEvent {
	void add (EventHandler<QSTopDwgViewerProfile^>^ value);
	void remove (EventHandler<QSTopDwgViewerProfile^>^ value);
}member BeforeShowZoomPreviewEvent : IEvent<EventHandler<QSTopDwgViewerProfile>,
    QSTopDwgViewerProfile>
Valore
Tipo: 
SystemEventHandlerQSTopDwgViewerProfile
Vedi anche