Evento DedNetApplicationDocumentPublishEvent
             | 
          
        
        
            Evento chiamato prima della pubblicazione di un elemento
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic event EventHandler<DocStructInfoEventArgs> DocumentPublishEvent
Public Event DocumentPublishEvent As EventHandler(Of DocStructInfoEventArgs)
public:
 event EventHandler<DocStructInfoEventArgs^>^ DocumentPublishEvent {
	void add (EventHandler<DocStructInfoEventArgs^>^ value);
	void remove (EventHandler<DocStructInfoEventArgs^>^ value);
}member DocumentPublishEvent : IEvent<EventHandler<DocStructInfoEventArgs>,
    DocStructInfoEventArgs>Valore
EventHandlerDocStructInfoEventArgs
Vedi anche