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
- ConfigXmlSignificantWhitespace.cs
- DirectoryObjectSecurity.cs
- ServiceModelInstallComponent.cs
- Exception.cs
- ListViewItemEventArgs.cs
- PasswordRecovery.cs
- TypeLibConverter.cs
- UnsafeNativeMethodsTablet.cs
- UniqueIdentifierService.cs
- Queue.cs
- InstanceHandle.cs
- ConstructorNeedsTagAttribute.cs
- DiscreteKeyFrames.cs
- PriorityItem.cs
- StylusOverProperty.cs
- OrderByLifter.cs
- ToolStripEditorManager.cs
- Schema.cs
- Binding.cs
- ValidationErrorEventArgs.cs
- EdmProviderManifest.cs
- InteropExecutor.cs
- Automation.cs
- TreeSet.cs
- XmlSchemaAll.cs
- CaseInsensitiveComparer.cs
- DispatcherFrame.cs
- TextTreePropertyUndoUnit.cs
- AddingNewEventArgs.cs
- EnumMemberAttribute.cs
- StorageAssociationTypeMapping.cs
- ToolboxCategory.cs
- MachinePropertyVariants.cs
- FontFamilyValueSerializer.cs
- TrustLevelCollection.cs
- ProcessModelInfo.cs
- XmlSchemaSequence.cs
- ConnectionsZone.cs
- CustomAttribute.cs
- EncryptedXml.cs
- BuildResult.cs
- XPathNavigator.cs
- XPathBinder.cs
- UserPreferenceChangedEventArgs.cs
- DataColumnMappingCollection.cs
- X509Extension.cs
- ClientApiGenerator.cs
- DataSpaceManager.cs
- QuaternionRotation3D.cs
- PersistenceContextEnlistment.cs
- MemoryRecordBuffer.cs
- UIElement.cs
- ThreadSafeList.cs
- StringUtil.cs
- TypeForwardedToAttribute.cs
- InkCanvasSelectionAdorner.cs
- XamlTemplateSerializer.cs
- ParseHttpDate.cs
- COM2ExtendedUITypeEditor.cs
- CodeExpressionCollection.cs
- XmlSchemaInfo.cs
- IPHostEntry.cs
- CodeArgumentReferenceExpression.cs
- GlyphRun.cs
- OraclePermission.cs
- UriTemplateMatchException.cs
- SrgsGrammar.cs
- RegionInfo.cs
- CssTextWriter.cs
- XsltSettings.cs
- XmlSchemaSearchPattern.cs
- SmtpLoginAuthenticationModule.cs
- DrawingContextDrawingContextWalker.cs
- EmptyStringExpandableObjectConverter.cs
- ServiceDesigner.cs
- DuplicateWaitObjectException.cs
- WsatConfiguration.cs
- TagPrefixInfo.cs
- TextPointerBase.cs
- WeakReferenceList.cs
- SqlBulkCopyColumnMappingCollection.cs
- FileSecurity.cs
- InternalDuplexChannelFactory.cs
- DataBindingExpressionBuilder.cs
- AdPostCacheSubstitution.cs
- NavigationService.cs
- NumericUpDownAccelerationCollection.cs
- ChangeBlockUndoRecord.cs
- AssemblyHash.cs
- DesignerListAdapter.cs
- FloaterBaseParagraph.cs
- PlatformCulture.cs
- HostProtectionException.cs
- COAUTHIDENTITY.cs
- WindowsListViewItemCheckBox.cs
- ToolStripSystemRenderer.cs
- GridItemPattern.cs
- MarkupCompiler.cs
- Compilation.cs
- QuerySettings.cs