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
- Mouse.cs
- DataObject.cs
- FormatterConverter.cs
- ValidationError.cs
- ExpressionCopier.cs
- StaticSiteMapProvider.cs
- GridViewRowPresenter.cs
- InternalBufferOverflowException.cs
- NavigationProgressEventArgs.cs
- OneOf.cs
- Vector.cs
- SelectionRange.cs
- DockPatternIdentifiers.cs
- BuildResultCache.cs
- Compiler.cs
- EncodingNLS.cs
- IndependentlyAnimatedPropertyMetadata.cs
- GenericEnumerator.cs
- WebServiceTypeData.cs
- ResourceReader.cs
- DesignConnection.cs
- Translator.cs
- HtmlTableRow.cs
- DbParameterHelper.cs
- SqlFacetAttribute.cs
- CodeAttributeDeclarationCollection.cs
- ChannelBinding.cs
- XmlSignificantWhitespace.cs
- KeyBinding.cs
- FrameworkPropertyMetadata.cs
- WindowAutomationPeer.cs
- BitmapEffectInputConnector.cs
- BooleanAnimationBase.cs
- TextParagraphCache.cs
- XPathArrayIterator.cs
- CanonicalFontFamilyReference.cs
- InkCanvas.cs
- ToolboxBitmapAttribute.cs
- HotCommands.cs
- CharacterMetrics.cs
- SchemaImporterExtension.cs
- DirectoryNotFoundException.cs
- Literal.cs
- ConversionValidationRule.cs
- Vector.cs
- Int32Collection.cs
- BatchParser.cs
- SoapCodeExporter.cs
- DataGridParentRows.cs
- LabelLiteral.cs
- MulticastDelegate.cs
- TraceSwitch.cs
- StateElement.cs
- ImageConverter.cs
- ExpressionBuilder.cs
- XhtmlBasicLiteralTextAdapter.cs
- HebrewCalendar.cs
- TypeNameConverter.cs
- MatrixCamera.cs
- HtmlTextViewAdapter.cs
- QueryCacheEntry.cs
- OutOfMemoryException.cs
- ProtectedProviderSettings.cs
- WebMethodAttribute.cs
- MachineKeySection.cs
- ItemType.cs
- clipboard.cs
- WebPageTraceListener.cs
- ComboBoxItem.cs
- _DigestClient.cs
- TimeStampChecker.cs
- DBConnectionString.cs
- ScrollChangedEventArgs.cs
- WebResponse.cs
- TdsParserHelperClasses.cs
- ImageBrush.cs
- AnnotationHelper.cs
- handlecollector.cs
- IndentedWriter.cs
- KeyTimeConverter.cs
- UpDownEvent.cs
- XPathMultyIterator.cs
- VersionPair.cs
- DiscoveryClientDocuments.cs
- RewritingSimplifier.cs
- OdbcError.cs
- KnownTypesProvider.cs
- ConfigXmlSignificantWhitespace.cs
- CompiledAction.cs
- Column.cs
- CheckBoxRenderer.cs
- HitTestDrawingContextWalker.cs
- PasswordTextContainer.cs
- WinFormsSpinner.cs
- ProcessStartInfo.cs
- ViewBox.cs
- XmlCodeExporter.cs
- TypeKeyValue.cs
- SafeMILHandleMemoryPressure.cs
- ZipIOExtraField.cs