System.Windows.Forms.Form.OnUIAWindowStateChanged C# (CSharp) Method

OnUIAWindowStateChanged() private method

private OnUIAWindowStateChanged ( ) : void
return void
		internal void OnUIAWindowStateChanged ()
		{
			EventHandler eh = (EventHandler) Events [UIAWindowStateChangedEvent];
			if (eh != null)
				eh (this, EventArgs.Empty);
		}
		#endregion	// UIA Framework Events
Form