Evento DedNetApplicationCreateCommEvent |
Namespace: DedNet
public event EventHandler<DedCommCommandEventArgs> CreateCommEvent
Public Event CreateCommEvent As EventHandler(Of DedCommCommandEventArgs)
public: event EventHandler<DedCommCommandEventArgs^>^ CreateCommEvent { void add (EventHandler<DedCommCommandEventArgs^>^ value); void remove (EventHandler<DedCommCommandEventArgs^>^ value); }
member CreateCommEvent : IEvent<EventHandler<DedCommCommandEventArgs>, DedCommCommandEventArgs>