StreamChangeCallback public sealed delegate StreamChangeCallback : MulticastDelegate Represents a method for hosts to call when a monitored stream has changed. Documentation Code namespace System.Configuration.Internal { public delegate void StreamChangeCallback (string streamName); }