Evento DedNetApplicationGetBomInfoDetailsEvent
|
Evento per ricavare maggiori informazioni da una serie di oggetti BomPartInfo.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
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