Evento DedNetApplicationGetDocPropertiesEvent
|
Evento che permette di ricavare la lista di proprietà di una serie di file.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public 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
EventHandlerGetDocPropertiesEventArgsVedi anche