Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Input / InputLanguageEventArgs.cs / 1 / InputLanguageEventArgs.cs
using System; using System.Collections; using System.Windows.Threading; using System.Windows; using System.Globalization; namespace System.Windows.Input { ////// The InputLanguageEventArgs class represents a type of /// RoutedEventArgs that are relevant to events raised to indicate /// changes. /// public abstract class InputLanguageEventArgs : EventArgs { //------------------------------------------------------ // // Constructors // //----------------------------------------------------- ////// Constructs an instance of the InputLanguageEventArgs class. /// /// /// The new language id. /// /// /// The previous language id. /// protected InputLanguageEventArgs(CultureInfo newLanguageId, CultureInfo previousLanguageId) { _newLanguageId = newLanguageId; _previousLanguageId = previousLanguageId; } //----------------------------------------------------- // // Public Properties // //----------------------------------------------------- ////// New Language Id. /// public virtual CultureInfo NewLanguage { get { return _newLanguageId; } } ////// Previous Language Id. /// public virtual CultureInfo PreviousLanguage { get { return _previousLanguageId; } } //------------------------------------------------------ // // Private Fields // //----------------------------------------------------- #region Private Fields // the new input language. private CultureInfo _newLanguageId; // the previous input language. private CultureInfo _previousLanguageId; #endregion Private Fields } ////// The InputLanguageEventArgs class represents a type of /// RoutedEventArgs that are relevant to events raised to indicate /// changes. /// public class InputLanguageChangedEventArgs : InputLanguageEventArgs { //------------------------------------------------------ // // Constructors // //------------------------------------------------------ ////// Constructs an instance of the InputLanguageEventArgs class. /// /// /// The new language id. /// /// /// The new language id. /// public InputLanguageChangedEventArgs(CultureInfo newLanguageId, CultureInfo previousLanguageId) : base(newLanguageId, previousLanguageId) { } } ////// The InputLanguageEventArgs class represents a type of /// RoutedEventArgs that are relevant to events raised to indicate /// changes. /// ///public class InputLanguageChangingEventArgs : InputLanguageEventArgs { //----------------------------------------------------- // // Constructors // //------------------------------------------------------ /// /// Constructs an instance of the InputLanguageEventArgs class. /// /// /// The new language id. /// /// /// The previous language id. /// public InputLanguageChangingEventArgs(CultureInfo newLanguageId, CultureInfo previousLanguageId) : base(newLanguageId, previousLanguageId) { _rejected = false; } //----------------------------------------------------- // // Public Properties // //----------------------------------------------------- ////// This is a value to reject the input language change. /// public bool Rejected { get { return _rejected; } set { _rejected = value; } } //----------------------------------------------------- // // Private Fields // //------------------------------------------------------ #region Private Fields // bool to reject the input language change. private bool _rejected; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Windows.Threading; using System.Windows; using System.Globalization; namespace System.Windows.Input { ////// The InputLanguageEventArgs class represents a type of /// RoutedEventArgs that are relevant to events raised to indicate /// changes. /// public abstract class InputLanguageEventArgs : EventArgs { //------------------------------------------------------ // // Constructors // //----------------------------------------------------- ////// Constructs an instance of the InputLanguageEventArgs class. /// /// /// The new language id. /// /// /// The previous language id. /// protected InputLanguageEventArgs(CultureInfo newLanguageId, CultureInfo previousLanguageId) { _newLanguageId = newLanguageId; _previousLanguageId = previousLanguageId; } //----------------------------------------------------- // // Public Properties // //----------------------------------------------------- ////// New Language Id. /// public virtual CultureInfo NewLanguage { get { return _newLanguageId; } } ////// Previous Language Id. /// public virtual CultureInfo PreviousLanguage { get { return _previousLanguageId; } } //------------------------------------------------------ // // Private Fields // //----------------------------------------------------- #region Private Fields // the new input language. private CultureInfo _newLanguageId; // the previous input language. private CultureInfo _previousLanguageId; #endregion Private Fields } ////// The InputLanguageEventArgs class represents a type of /// RoutedEventArgs that are relevant to events raised to indicate /// changes. /// public class InputLanguageChangedEventArgs : InputLanguageEventArgs { //------------------------------------------------------ // // Constructors // //------------------------------------------------------ ////// Constructs an instance of the InputLanguageEventArgs class. /// /// /// The new language id. /// /// /// The new language id. /// public InputLanguageChangedEventArgs(CultureInfo newLanguageId, CultureInfo previousLanguageId) : base(newLanguageId, previousLanguageId) { } } ////// The InputLanguageEventArgs class represents a type of /// RoutedEventArgs that are relevant to events raised to indicate /// changes. /// ///public class InputLanguageChangingEventArgs : InputLanguageEventArgs { //----------------------------------------------------- // // Constructors // //------------------------------------------------------ /// /// Constructs an instance of the InputLanguageEventArgs class. /// /// /// The new language id. /// /// /// The previous language id. /// public InputLanguageChangingEventArgs(CultureInfo newLanguageId, CultureInfo previousLanguageId) : base(newLanguageId, previousLanguageId) { _rejected = false; } //----------------------------------------------------- // // Public Properties // //----------------------------------------------------- ////// This is a value to reject the input language change. /// public bool Rejected { get { return _rejected; } set { _rejected = value; } } //----------------------------------------------------- // // Private Fields // //------------------------------------------------------ #region Private Fields // bool to reject the input language change. private bool _rejected; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataPagerCommandEventArgs.cs
- WebRequestModulesSection.cs
- ListBindableAttribute.cs
- TextParagraph.cs
- complextypematerializer.cs
- DatagridviewDisplayedBandsData.cs
- RegularExpressionValidator.cs
- RelationshipType.cs
- RequiredArgumentAttribute.cs
- GenericTypeParameterBuilder.cs
- HtmlControl.cs
- TargetException.cs
- DataChangedEventManager.cs
- figurelengthconverter.cs
- SignedXml.cs
- EntityWrapperFactory.cs
- EpmSyndicationContentDeSerializer.cs
- CodeNamespace.cs
- DataContractSerializerMessageContractImporter.cs
- DefaultCommandConverter.cs
- HyperLinkField.cs
- SponsorHelper.cs
- ToolStripArrowRenderEventArgs.cs
- PartitionedDataSource.cs
- ListControl.cs
- thaishape.cs
- XsdBuilder.cs
- DataColumnPropertyDescriptor.cs
- CornerRadius.cs
- PageStatePersister.cs
- EntityContainerAssociationSet.cs
- BoolLiteral.cs
- CompiledAction.cs
- GridViewColumnCollection.cs
- SigningCredentials.cs
- CmsUtils.cs
- GenericIdentity.cs
- SelectionList.cs
- NumericExpr.cs
- CodeDomDesignerLoader.cs
- ServicePointManager.cs
- ChoiceConverter.cs
- StaticExtensionConverter.cs
- TypeGenericEnumerableViewSchema.cs
- XmlCharacterData.cs
- EntityContainer.cs
- KnownColorTable.cs
- _ChunkParse.cs
- RoleBoolean.cs
- TypeInitializationException.cs
- CodeAccessPermission.cs
- EncoderParameter.cs
- Mappings.cs
- ContractSearchPattern.cs
- NamedElement.cs
- AccessKeyManager.cs
- Bidi.cs
- ObjectViewEntityCollectionData.cs
- PrivateFontCollection.cs
- ExecutionContext.cs
- ExcludePathInfo.cs
- AutomationProperties.cs
- OracleMonthSpan.cs
- HashCodeCombiner.cs
- RequestDescription.cs
- BuildManager.cs
- AnonymousIdentificationModule.cs
- TextFormatterContext.cs
- CookieParameter.cs
- SqlTriggerContext.cs
- FilteredDataSetHelper.cs
- ColorContext.cs
- ProviderMetadata.cs
- BStrWrapper.cs
- PropertyMap.cs
- RuleAction.cs
- BitSet.cs
- DependencyPropertyValueSerializer.cs
- ProxyWebPartConnectionCollection.cs
- LifetimeServices.cs
- CodeSubDirectory.cs
- PreservationFileWriter.cs
- ExeContext.cs
- xsdvalidator.cs
- SoapException.cs
- ServicePointManagerElement.cs
- SelectionItemProviderWrapper.cs
- Triangle.cs
- SiteMapProvider.cs
- AsmxEndpointPickerExtension.cs
- CollectionContainer.cs
- FileDialog_Vista_Interop.cs
- WeakEventManager.cs
- MissingSatelliteAssemblyException.cs
- RequestCachePolicyConverter.cs
- TimeSpanStorage.cs
- SqlCacheDependencyDatabase.cs
- RadioButton.cs
- Cursor.cs
- XmlChoiceIdentifierAttribute.cs