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: DedNetAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.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
EventHandlerQSTopDwgViewerProfile
Vedi anche