Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the category of user preferences that has changed. ///// 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.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
- Events.cs
- AccessDataSource.cs
- ErrorEventArgs.cs
- Style.cs
- WorkflowItemsPresenter.cs
- TabControlEvent.cs
- DescriptionAttribute.cs
- WebPartExportVerb.cs
- OperandQuery.cs
- IntegerValidator.cs
- PublisherIdentityPermission.cs
- unsafenativemethodsother.cs
- LambdaCompiler.Binary.cs
- SqlDataSourceParameterParser.cs
- Util.cs
- XmlSerializerAssemblyAttribute.cs
- SoapCodeExporter.cs
- TextRangeBase.cs
- DesignerWidgets.cs
- Schema.cs
- BaseTemplateParser.cs
- HtmlInputFile.cs
- Win32PrintDialog.cs
- RectAnimationBase.cs
- PartitionResolver.cs
- TreeNodeBindingCollection.cs
- OdbcConnectionPoolProviderInfo.cs
- _NetworkingPerfCounters.cs
- OutArgumentConverter.cs
- X509Certificate2.cs
- ErrorTableItemStyle.cs
- HtmlElementEventArgs.cs
- InputManager.cs
- backend.cs
- SiteMapNodeItem.cs
- OleDbReferenceCollection.cs
- SafeCloseHandleCritical.cs
- SoapHeaders.cs
- AdornerHitTestResult.cs
- BaseInfoTable.cs
- PackageDigitalSignatureManager.cs
- Point3DAnimationUsingKeyFrames.cs
- TreeNodeSelectionProcessor.cs
- Sequence.cs
- RouteUrlExpressionBuilder.cs
- ConfigurationManagerHelperFactory.cs
- XsltConvert.cs
- TypeResolver.cs
- TrackingServices.cs
- DoubleStorage.cs
- DbConnectionPoolOptions.cs
- WebPartsSection.cs
- HiddenFieldPageStatePersister.cs
- EntityRecordInfo.cs
- AdornedElementPlaceholder.cs
- ObjectSet.cs
- OrderedDictionary.cs
- RelatedImageListAttribute.cs
- ConvertEvent.cs
- XhtmlBasicFormAdapter.cs
- SecurityAlgorithmSuite.cs
- PolyQuadraticBezierSegment.cs
- CommandHelpers.cs
- ImageSource.cs
- RowToParametersTransformer.cs
- UnorderedHashRepartitionStream.cs
- NavigationWindowAutomationPeer.cs
- ClientConfigPaths.cs
- BindingManagerDataErrorEventArgs.cs
- InvalidPrinterException.cs
- TextWriterEngine.cs
- EventMappingSettings.cs
- TableLayoutStyle.cs
- FamilyMapCollection.cs
- MenuItemBinding.cs
- SerialStream.cs
- DataGridViewRowStateChangedEventArgs.cs
- QilParameter.cs
- SqlProfileProvider.cs
- LookupBindingPropertiesAttribute.cs
- InstalledFontCollection.cs
- ApplicationCommands.cs
- FontUnit.cs
- ImageFormatConverter.cs
- UntrustedRecipientException.cs
- XmlNodeList.cs
- XsltInput.cs
- NetNamedPipeSecurityMode.cs
- XmlCharacterData.cs
- RotateTransform.cs
- ProfileInfo.cs
- DocumentViewerAutomationPeer.cs
- ThreadAttributes.cs
- EventLogSession.cs
- XmlCharacterData.cs
- XamlInt32CollectionSerializer.cs
- SessionState.cs
- WebControlParameterProxy.cs
- RegexTree.cs
- EncoderReplacementFallback.cs