InputLanguageChangingEventArgs

InputLanguageChangingEventArgs

System. Windows .Forms (system. windows .forms.dll) class

Similar to the InputLanguageChangedEventArgs , this encapsulates the same information but for the InputLanguageChanging event, which is raised before the input language is changed, giving you an opportunity to Cancel it.

 public class  InputLanguageChangingEventArgs  : System.ComponentModel.CancelEventArgs {  // Public Constructors  public  InputLanguageChangingEventArgs  (System.Globalization.CultureInfo  culture  , bool  sysCharSet  );    public  InputLanguageChangingEventArgs  (InputLanguage  inputLanguage  , bool  sysCharSet  );  // Public Instance Properties  public CultureInfo  Culture  {get; }    public InputLanguage  InputLanguage  {get; }    public bool  SysCharSet  {get; } } 

Hierarchy

System.Object System.EventArgs System.ComponentModel.CancelEventArgs InputLanguageChangingEventArgs

Passed To

Form.OnInputLanguageChanging() , InputLanguageChangingEventHandler.{BeginInvoke() , Invoke()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net