Evento DedNetApplicationFindCodeMultipleAnagrEvent |
Namespace: DedNet
public 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>