Version

DataProviderErrorEventHandler Delegate

Handler to receive notifications when WebScheduleDataProvider errors occur (e.g., database errors).
Syntax
'Declaration
 
Public Delegate Sub DataProviderErrorEventHandler( _
   ByVal sender As Object, _
   ByVal e As DataProviderErrorEventArgs _
) 
public delegate void DataProviderErrorEventHandler( 
   object sender,
   DataProviderErrorEventArgs e
)

Parameters

sender
e
Remarks

Applications can subscribe to a method matching the signature of this EventHandler that they wish to have called back whenever a WebScheduleDataProvider occurs.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also