Evento DedNetApplicationGetDocPropertiesEvent
             | 
          
        
        
            Evento che permette di ricavare la lista di proprietà di una serie di file.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic event EventHandler<GetDocPropertiesEventArgs> GetDocPropertiesEvent
Public Event GetDocPropertiesEvent As EventHandler(Of GetDocPropertiesEventArgs)
public:
 event EventHandler<GetDocPropertiesEventArgs^>^ GetDocPropertiesEvent {
	void add (EventHandler<GetDocPropertiesEventArgs^>^ value);
	void remove (EventHandler<GetDocPropertiesEventArgs^>^ value);
}member GetDocPropertiesEvent : IEvent<EventHandler<GetDocPropertiesEventArgs>,
    GetDocPropertiesEventArgs>Valore
EventHandlerGetDocPropertiesEventArgs
Vedi anche