CacheLoadedEventHandler Delegate
Syntax
'Declaration
Public Delegate Sub CacheLoadedEventHandler( _
ByVal _cacheName_ As String, _
ByVal _isCustom_ As Boolean _
)
public delegate void CacheLoadedEventHandler(
string _cacheName_,
bool _isCustom_
)
Parameters
cacheName
isCustom
Requirements
Namespace: FChoice.Foundation
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)
Reference
CacheLoadedEventHandler Members
FChoice.Foundation Namespace