Public event that fires whenever a new valid data service is loaded
and considered valid.
public event DataServiceInitiationEventHandler DataServiceInitialization
Remarks
This is a somewhat unusual event, since it is static (shared).
This means that rather than binding to an event on the object instance,
event sinks are bound straight to the class.
Example
DataServiceFactory.DataServiceInitialization += new DataServiceInitiationEventHandler(this.MyHandler);
See also:
Class DataServiceFactory