Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / Microsoft / Win32 / UserPreferenceChangedEventArgs.cs / 1 / UserPreferenceChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace Microsoft.Win32 { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtectionAttribute(MayLeakOnAbort = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class UserPreferenceChangedEventArgs : EventArgs { private readonly UserPreferenceCategory category; ///Provides data for the ///event. /// public UserPreferenceChangedEventArgs(UserPreferenceCategory category) { this.category = category; } ///Initializes a new instance of the ///class. /// public UserPreferenceCategory Category { get { return category; } } } }Gets the category of user preferences that has changed. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RotationValidation.cs
- XmlChildEnumerator.cs
- QueryStringParameter.cs
- LinkGrep.cs
- CatalogZone.cs
- Model3DGroup.cs
- DbConnectionOptions.cs
- DbSourceCommand.cs
- HMACSHA256.cs
- ClientSettingsSection.cs
- NumberSubstitution.cs
- EventLogger.cs
- UnmanagedMemoryStream.cs
- XmlSerializer.cs
- XmlSerializer.cs
- DynamicILGenerator.cs
- ThemeDictionaryExtension.cs
- FrameAutomationPeer.cs
- GlyphRun.cs
- SqlDataSourceView.cs
- CodeAttributeArgument.cs
- XmlToDatasetMap.cs
- AppSettingsSection.cs
- UserControlBuildProvider.cs
- TextEditor.cs
- EndpointAddressProcessor.cs
- JsonUriDataContract.cs
- HttpCapabilitiesBase.cs
- AnnotationComponentChooser.cs
- WebCategoryAttribute.cs
- BooleanConverter.cs
- TaskFileService.cs
- MediaElementAutomationPeer.cs
- ToolboxItemFilterAttribute.cs
- PriorityRange.cs
- HtmlInputPassword.cs
- SqlNamer.cs
- AddressUtility.cs
- GetPageNumberCompletedEventArgs.cs
- RIPEMD160.cs
- DelegateSerializationHolder.cs
- LinqDataSourceView.cs
- ComplexBindingPropertiesAttribute.cs
- SchemaHelper.cs
- MSHTMLHost.cs
- HandlerFactoryCache.cs
- SortableBindingList.cs
- RegexGroupCollection.cs
- NameSpaceExtractor.cs
- SqlError.cs
- Expressions.cs
- OutputCacheSettings.cs
- XmlWellformedWriter.cs
- SqlColumnizer.cs
- Asn1IntegerConverter.cs
- ImageCollectionCodeDomSerializer.cs
- Conditional.cs
- ContractValidationHelper.cs
- Typography.cs
- ToolBar.cs
- Transform3DCollection.cs
- __FastResourceComparer.cs
- DataSourceDesigner.cs
- RandomNumberGenerator.cs
- HwndKeyboardInputProvider.cs
- Validator.cs
- MouseEvent.cs
- BuildDependencySet.cs
- Line.cs
- unitconverter.cs
- XmlBindingWorker.cs
- DataGridItem.cs
- HeaderUtility.cs
- _StreamFramer.cs
- ToolstripProfessionalRenderer.cs
- XmlCharType.cs
- FillErrorEventArgs.cs
- SingleKeyFrameCollection.cs
- SigningProgress.cs
- Helper.cs
- NonBatchDirectoryCompiler.cs
- DebugInfo.cs
- EndOfStreamException.cs
- SourceCollection.cs
- XmlnsCompatibleWithAttribute.cs
- MailWebEventProvider.cs
- UnicastIPAddressInformationCollection.cs
- RemoteWebConfigurationHostServer.cs
- Transform3DGroup.cs
- ApplyTemplatesAction.cs
- OleAutBinder.cs
- DataGridViewComboBoxCell.cs
- ListViewItem.cs
- RequestBringIntoViewEventArgs.cs
- ConfigurationErrorsException.cs
- ImportCatalogPart.cs
- ConfigPathUtility.cs
- DockPattern.cs
- WebPartConnectionsCloseVerb.cs
- Repeater.cs