ServiceEvent Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void ServiceEvent(Service ^ s);
public delegate void ServiceEvent(Service s);
type ServiceEvent = delegate of Service -> unit
Public Delegate Sub ServiceEvent(s As Service)
Parameters
- s
- Service