Evento DedNetInvAppImportPackAndGoAfterLoadEvent
|
Evento per effettuare modifiche al form dopo il caricamento dei dati.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public static event EventHandler<DedNetInvAppImportPackAndGoAfterLoadEventArgs> ImportPackAndGoAfterLoadEvent
Public Shared Event ImportPackAndGoAfterLoadEvent As EventHandler(Of DedNetInvAppImportPackAndGoAfterLoadEventArgs)
public:
static event EventHandler<DedNetInvAppImportPackAndGoAfterLoadEventArgs^>^ ImportPackAndGoAfterLoadEvent {
void add (EventHandler<DedNetInvAppImportPackAndGoAfterLoadEventArgs^>^ value);
void remove (EventHandler<DedNetInvAppImportPackAndGoAfterLoadEventArgs^>^ value);
}
member ImportPackAndGoAfterLoadEvent : IEvent<EventHandler<DedNetInvAppImportPackAndGoAfterLoadEventArgs>,
DedNetInvAppImportPackAndGoAfterLoadEventArgs>
Valore
EventHandlerDedNetInvAppImportPackAndGoAfterLoadEventArgsVedi anche