C# Class Aqueduct.Configuration.Loaders.SettingEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: aqueduct/Aqueduct.SitecoreLib Class Usage Examples

Public Methods

Method Description
SettingEventArgs ( Setting m_setting ) : System

Initializes a new instance of the SettingEventArgs class.

Method Details

SettingEventArgs() public method

Initializes a new instance of the SettingEventArgs class.
public SettingEventArgs ( Setting m_setting ) : System
m_setting Setting
return System