Event that occurs when the data is ready to send.
| C# | Visual Basic | Visual C++ |
public event EventHandler<VoIPEventArgs<AudioData>> DataSent
Public Event DataSent As EventHandler(Of VoIPEventArgs(Of AudioData))
public: event EventHandler<VoIPEventArgs<AudioData^>^>^ DataSent { void add (EventHandler<VoIPEventArgs<AudioData^>^>^ value); void remove (EventHandler<VoIPEventArgs<AudioData^>^>^ value); }
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649