Evento DedNetApplicationLoadFormCommEditEvent
|
Evento lanciato al caricamento del form delle commesse.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic event EventHandler<LoadFormCommEditEventArgs> LoadFormCommEditEvent
Public Event LoadFormCommEditEvent As EventHandler(Of LoadFormCommEditEventArgs)
public:
event EventHandler<LoadFormCommEditEventArgs^>^ LoadFormCommEditEvent {
void add (EventHandler<LoadFormCommEditEventArgs^>^ value);
void remove (EventHandler<LoadFormCommEditEventArgs^>^ value);
}member LoadFormCommEditEvent : IEvent<EventHandler<LoadFormCommEditEventArgs>,
LoadFormCommEditEventArgs>Valore
EventHandlerLoadFormCommEditEventArgs
Vedi anche