Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }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
- ImageMap.cs
- SelectionRangeConverter.cs
- FileIOPermission.cs
- TreeViewImageIndexConverter.cs
- SafeNativeMethods.cs
- IriParsingElement.cs
- CodeTypeDeclaration.cs
- XmlAutoDetectWriter.cs
- XmlIterators.cs
- SspiSecurityTokenParameters.cs
- ToolBarOverflowPanel.cs
- CodeNamespaceCollection.cs
- PositiveTimeSpanValidator.cs
- wmiprovider.cs
- PointHitTestResult.cs
- ObjectListDataBindEventArgs.cs
- ReaderWriterLock.cs
- CookielessHelper.cs
- Int16.cs
- MatrixTransform.cs
- ImageUrlEditor.cs
- PageContent.cs
- PageRequestManager.cs
- StateMachineHelpers.cs
- BindingExpressionUncommonField.cs
- FormViewInsertedEventArgs.cs
- Visual3DCollection.cs
- EdgeModeValidation.cs
- FontStyles.cs
- MissingSatelliteAssemblyException.cs
- SignedInfo.cs
- ManagementException.cs
- ChangeNode.cs
- TextTreeUndo.cs
- SafeNativeMethodsCLR.cs
- TreeWalker.cs
- WindowAutomationPeer.cs
- WindowsPen.cs
- SqlReorderer.cs
- ListControlDataBindingHandler.cs
- PageOutputColor.cs
- EntityUtil.cs
- XslAst.cs
- SubclassTypeValidator.cs
- AccessedThroughPropertyAttribute.cs
- CharEnumerator.cs
- Translator.cs
- PersonalizationDictionary.cs
- DotExpr.cs
- ExceptionUtil.cs
- FlowLayout.cs
- OracleBoolean.cs
- HostedImpersonationContext.cs
- DataBinder.cs
- SecurityManager.cs
- FontClient.cs
- ReverseQueryOperator.cs
- unitconverter.cs
- Freezable.cs
- ToolboxSnapDragDropEventArgs.cs
- ExtendedProtectionPolicy.cs
- ServiceDebugElement.cs
- XmlNodeChangedEventArgs.cs
- WindowsListViewSubItem.cs
- Roles.cs
- WebFormDesignerActionService.cs
- SimpleRecyclingCache.cs
- Thread.cs
- DesignerAttribute.cs
- UIElement3D.cs
- GenericTypeParameterBuilder.cs
- SqlCommand.cs
- webeventbuffer.cs
- shaperfactoryquerycacheentry.cs
- XmlSchemaDocumentation.cs
- VisualTreeHelper.cs
- Attributes.cs
- InvalidOleVariantTypeException.cs
- HttpListenerException.cs
- DataControlFieldHeaderCell.cs
- TypeElement.cs
- FileRecordSequence.cs
- Span.cs
- CreateUserWizard.cs
- XmlSignatureManifest.cs
- CacheDependency.cs
- SettingsPropertyWrongTypeException.cs
- PropertyEmitterBase.cs
- Span.cs
- InternalResources.cs
- TemplateComponentConnector.cs
- LocationInfo.cs
- ArrayWithOffset.cs
- OptimisticConcurrencyException.cs
- ScrollEventArgs.cs
- RadialGradientBrush.cs
- ReceiveErrorHandling.cs
- SslStream.cs
- InvalidPipelineStoreException.cs
- DependencyObjectPropertyDescriptor.cs