Click or drag to resize

Access3rdPartyDataDelegate Delegate

Delegate of Access3rdPartyData event

Namespace:  CodeStack.SwEx.AddIn.Delegates
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public delegate void Access3rdPartyDataDelegate(
	DocumentHandler docHandler,
	Access3rdPartyDataState_e state
)

Parameters

docHandler
Type: CodeStack.SwEx.AddIn.CoreDocumentHandler
Document Handler which sends this notification
state
Type: CodeStack.SwEx.AddIn.EnumsAccess3rdPartyDataState_e
Type of the 3rd party storage access
See Also