Evento DedNetApplicationGetBomInfoDetailsEvent
|
Evento per ricavare maggiori informazioni da una serie di oggetti BomPartInfo.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic event EventHandler<GetBomInfoDetailsEventArgs> GetBomInfoDetailsEvent
Public Event GetBomInfoDetailsEvent As EventHandler(Of GetBomInfoDetailsEventArgs)
public:
event EventHandler<GetBomInfoDetailsEventArgs^>^ GetBomInfoDetailsEvent {
void add (EventHandler<GetBomInfoDetailsEventArgs^>^ value);
void remove (EventHandler<GetBomInfoDetailsEventArgs^>^ value);
}member GetBomInfoDetailsEvent : IEvent<EventHandler<GetBomInfoDetailsEventArgs>,
GetBomInfoDetailsEventArgs>Valore
EventHandlerGetBomInfoDetailsEventArgs
Vedi anche