Evento DedNetApplicationFindCodeMultipleAnagrEvent
             | 
          
        
        
            Evento chiamato nell'apri veloce nel caso di ricerca su invio con risultato mulitplo.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic event EventHandler<FindCodeMultipleResultsEventArgs> FindCodeMultipleAnagrEvent
Public Event FindCodeMultipleAnagrEvent As EventHandler(Of FindCodeMultipleResultsEventArgs)
public:
 event EventHandler<FindCodeMultipleResultsEventArgs^>^ FindCodeMultipleAnagrEvent {
	void add (EventHandler<FindCodeMultipleResultsEventArgs^>^ value);
	void remove (EventHandler<FindCodeMultipleResultsEventArgs^>^ value);
}member FindCodeMultipleAnagrEvent : IEvent<EventHandler<FindCodeMultipleResultsEventArgs>,
    FindCodeMultipleResultsEventArgs>Valore
EventHandlerFindCodeMultipleResultsEventArgs
Vedi anche