Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / Microsoft / Win32 / UserPreferenceChangingEventArgs.cs / 1 / 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. ///// 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
- MouseDevice.cs
- ExpressionQuoter.cs
- ToolStripRendererSwitcher.cs
- DbConnectionPoolGroup.cs
- DataGridComboBoxColumn.cs
- ToolStripOverflowButton.cs
- Timeline.cs
- MonitoringDescriptionAttribute.cs
- PathFigureCollectionConverter.cs
- DeviceContexts.cs
- IImplicitResourceProvider.cs
- RegionData.cs
- SqlDataSourceAdvancedOptionsForm.cs
- BitmapImage.cs
- DocumentScope.cs
- ObsoleteAttribute.cs
- ViewCellRelation.cs
- WebPartUtil.cs
- ToolStripItem.cs
- XmlSchemaSimpleType.cs
- ThreadStaticAttribute.cs
- TextTreeNode.cs
- WinInetCache.cs
- DrawingAttributesDefaultValueFactory.cs
- AccessControlEntry.cs
- HighContrastHelper.cs
- MissingMemberException.cs
- SqlHelper.cs
- AdRotator.cs
- BasicHttpMessageSecurity.cs
- TreeWalkHelper.cs
- AnnotationComponentManager.cs
- DBSchemaRow.cs
- ComponentGuaranteesAttribute.cs
- XmlDataSourceNodeDescriptor.cs
- CodePrimitiveExpression.cs
- ListViewUpdateEventArgs.cs
- ShaderRenderModeValidation.cs
- CodeSubDirectory.cs
- DescendantQuery.cs
- StylusPlugInCollection.cs
- CheckedListBox.cs
- DataObjectSettingDataEventArgs.cs
- GlyphRunDrawing.cs
- SafeNativeMemoryHandle.cs
- SoapExtensionReflector.cs
- HtmlInputButton.cs
- UnsafeNativeMethodsTablet.cs
- XamlContextStack.cs
- HttpModulesSection.cs
- DataControlButton.cs
- BuildResult.cs
- ImmutablePropertyDescriptorGridEntry.cs
- MethodBuilder.cs
- ArrangedElementCollection.cs
- SqlMetaData.cs
- ContentPresenter.cs
- Debugger.cs
- BitmapFrame.cs
- GenericsInstances.cs
- GenericTypeParameterConverter.cs
- SafeLocalMemHandle.cs
- HtmlUtf8RawTextWriter.cs
- MarkupProperty.cs
- OneToOneMappingSerializer.cs
- CodeDefaultValueExpression.cs
- HandleRef.cs
- InvalidateEvent.cs
- MultiDataTrigger.cs
- MaskDesignerDialog.cs
- EncodingNLS.cs
- TokenizerHelper.cs
- QueryResponse.cs
- StrongNameMembershipCondition.cs
- CmsInterop.cs
- SizeValueSerializer.cs
- ConsumerConnectionPoint.cs
- ValidatorAttribute.cs
- TileBrush.cs
- GeneralTransform3D.cs
- TextPointerBase.cs
- ConfigErrorGlyph.cs
- EdmSchemaError.cs
- Style.cs
- ClientSection.cs
- SessionSwitchEventArgs.cs
- DSASignatureFormatter.cs
- XPathNodeIterator.cs
- DbExpressionBuilder.cs
- Misc.cs
- MappingException.cs
- FormsAuthenticationTicket.cs
- EventLogEntry.cs
- ActiveXHelper.cs
- SqlReorderer.cs
- CategoryAttribute.cs
- SessionPageStatePersister.cs
- IdentityValidationException.cs
- CallSiteHelpers.cs
- MetadataProperty.cs