System.Windows.Forms.UpDownSpinnerHelper.WillChangeValue C# (CSharp) Method

WillChangeValue() public method

public WillChangeValue ( string forKey ) : void
forKey string
return void
		public override void WillChangeValue (string forKey)
		{
			base.WillChangeValue (forKey);
		}
		#region IViewHelper implementation