AddApplicationBlockCommand.AfterSectionAdded Method
Provides the opportunity to modify the section immediately after it's been added to the ConfigurationSourceModel.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Overridable Sub AfterSectionAdded
protected virtual void AfterSectionAdded()
protected:
virtual void AfterSectionAdded()
protected function AfterSectionAdded()
See Also
AddApplicationBlockCommand Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace