/// <summary>
 /// Initializes a new instance of the DayClickEventArgs class with default settings
 /// </summary>
 public NuGenKeyboardChangedEventArgs(NuGenKeyboard key, Keys oldKey, Keys newKey)
 {
     m_key = key;
     m_old = oldKey;
     m_new = newKey;
 }
		/// <summary>
		/// Initializes a new instance of the DayClickEventArgs class with default settings
		/// </summary>
		public NuGenKeyboardChangedEventArgs(NuGenKeyboard key, Keys oldKey, Keys newKey)
		{
			m_key = key;
			m_old = oldKey;
			m_new = newKey;
		}