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