Occurs when the DataListener is being stopped.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler ListenerStopping
Public Event ListenerStopping As EventHandler
public: event EventHandler^ ListenerStopping { void add (EventHandler^ value); void remove (EventHandler^ value); }