C# Class Talifun.Commander.Command.Configuration.BindToElementCollectionEventArgs

Inheritance: System.EventArgs
显示文件 Open project: taliesins/talifun-commander Class Usage Examples

Public Methods

Method Description
BindToElementCollectionEventArgs ( AppSettingsSection appSettings, CommanderSection commanderSettings, CurrentConfigurationElementCollection elementCollection ) : System

Method Details

BindToElementCollectionEventArgs() public method

public BindToElementCollectionEventArgs ( AppSettingsSection appSettings, CommanderSection commanderSettings, CurrentConfigurationElementCollection elementCollection ) : System
appSettings System.Configuration.AppSettingsSection
commanderSettings CommanderSection
elementCollection CurrentConfigurationElementCollection
return System