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: 23.3.0.0 (23.3.0.0)
Sintassi public 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:
SystemEventHandlerQSTopDwgViewerProfileVedi anche