Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / Microsoft / Win32 / UserPreferenceChangingEventArgs.cs / 1305376 / UserPreferenceChangingEventArgs.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 UserPreferenceChangingEventArgs : EventArgs { private readonly UserPreferenceCategory category; ///Provides data for the ///event. /// public UserPreferenceChangingEventArgs(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 Changing. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InstanceHandle.cs
- Base64Decoder.cs
- iisPickupDirectory.cs
- RolePrincipal.cs
- BitFlagsGenerator.cs
- ProjectionCamera.cs
- StrongNamePublicKeyBlob.cs
- DataListItemCollection.cs
- SizeValueSerializer.cs
- __Filters.cs
- XmlNodeList.cs
- BaseComponentEditor.cs
- PropertyInfoSet.cs
- SpecialFolderEnumConverter.cs
- MergeEnumerator.cs
- NegotiateStream.cs
- CodeDomConfigurationHandler.cs
- ConfigurationSectionCollection.cs
- DelegatingConfigHost.cs
- GridViewUpdatedEventArgs.cs
- ServerValidateEventArgs.cs
- Pool.cs
- SystemPens.cs
- RequestCacheManager.cs
- SubMenuStyle.cs
- XPathMultyIterator.cs
- ImageSourceValueSerializer.cs
- DescendantQuery.cs
- DragDropManager.cs
- DependencyObjectProvider.cs
- RegexMatch.cs
- Brush.cs
- MultiView.cs
- FieldMetadata.cs
- UnsafeNativeMethods.cs
- CheckBoxBaseAdapter.cs
- PriorityBindingExpression.cs
- MenuItemBinding.cs
- UnsafeNativeMethods.cs
- HtmlMeta.cs
- RegexCharClass.cs
- EnumType.cs
- SqlDataSourceStatusEventArgs.cs
- EdmSchemaError.cs
- GradientPanel.cs
- XPathSelectionIterator.cs
- EntitySqlQueryCacheEntry.cs
- RegexBoyerMoore.cs
- HttpWebResponse.cs
- Selector.cs
- ImageListImageEditor.cs
- SafeNativeMethods.cs
- PartBasedPackageProperties.cs
- ToolStripRendererSwitcher.cs
- SessionMode.cs
- WebPartEventArgs.cs
- SecurityContextSecurityTokenParameters.cs
- DataGridViewColumnHeaderCell.cs
- ForeignKeyConstraint.cs
- ActivityTypeCodeDomSerializer.cs
- TypedElement.cs
- DetailsViewDeleteEventArgs.cs
- PropertyMapper.cs
- MethodExpr.cs
- TouchDevice.cs
- XmlSchemaInfo.cs
- AccessViolationException.cs
- ReferentialConstraintRoleElement.cs
- BamlReader.cs
- SqlEnums.cs
- Ref.cs
- TrackingStringDictionary.cs
- DataGridViewCellStyleConverter.cs
- ItemChangedEventArgs.cs
- Point4DConverter.cs
- RNGCryptoServiceProvider.cs
- ProjectionPruner.cs
- Attributes.cs
- TdsParserStaticMethods.cs
- DataGridViewTextBoxEditingControl.cs
- SettingsProviderCollection.cs
- NotFiniteNumberException.cs
- ToolStripLabel.cs
- BamlReader.cs
- Rotation3DKeyFrameCollection.cs
- XmlEventCache.cs
- DbExpressionVisitor.cs
- GetPageCompletedEventArgs.cs
- DropShadowBitmapEffect.cs
- Queue.cs
- ConstantProjectedSlot.cs
- coordinatorscratchpad.cs
- HttpRawResponse.cs
- UIElementCollection.cs
- AnonymousIdentificationModule.cs
- Scanner.cs
- LightweightCodeGenerator.cs
- RequestDescription.cs
- InputProcessorProfiles.cs
- StatusStrip.cs