Talifun.Commander.Command.Configuration.BindToElementEventArgs.BindToElementEventArgs C# (CSharp) Method

BindToElementEventArgs() public method

public BindToElementEventArgs ( AppSettingsSection appSettings, CommanderSection commanderSettings, NamedConfigurationElement element ) : System
appSettings System.Configuration.AppSettingsSection
commanderSettings CommanderSection
element NamedConfigurationElement
return System
		public BindToElementEventArgs(AppSettingsSection appSettings, CommanderSection commanderSettings, NamedConfigurationElement element)
        {
			AppSettings = appSettings;
			CommanderSettings = commanderSettings;
            Element = element;
        }
BindToElementEventArgs