| ConfigurationChangeDelegate Delegate |
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 ConfigurationChangeDelegate(
DocumentHandler docHandler,
ConfigurationChangeState_e state,
string confName
)
Public Delegate Sub ConfigurationChangeDelegate (
docHandler As DocumentHandler,
state As ConfigurationChangeState_e,
confName As String
)
public delegate void ConfigurationChangeDelegate(
DocumentHandler^ docHandler,
ConfigurationChangeState_e state,
String^ confName
)
Parameters
- docHandler
- Type: CodeStack.SwEx.AddIn.CoreDocumentHandler
Document Handler which sends this notification - state
- Type: CodeStack.SwEx.AddIn.EnumsConfigurationChangeState_e
Type of the configuration change - confName
- Type: SystemString
Name of the new configuration
See Also