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
- PageVisual.cs
- WebPartDisplayModeCollection.cs
- ILGenerator.cs
- HwndSourceKeyboardInputSite.cs
- WindowsMenu.cs
- GridViewColumnHeaderAutomationPeer.cs
- TypeUnloadedException.cs
- ListSurrogate.cs
- ExpressionCopier.cs
- ExceptionUtility.cs
- OleDbParameter.cs
- ThreadStartException.cs
- GroupBoxRenderer.cs
- SafeHandle.cs
- WebMessageEncodingBindingElement.cs
- altserialization.cs
- TypeLoadException.cs
- SR.cs
- TrackingServices.cs
- WebRequestModuleElementCollection.cs
- RunClient.cs
- VoiceSynthesis.cs
- DesignerActionUIStateChangeEventArgs.cs
- EntityDataSourceQueryBuilder.cs
- EntityContainer.cs
- CodeBlockBuilder.cs
- StringUtil.cs
- StorageEntityTypeMapping.cs
- WindowsListViewItemStartMenu.cs
- METAHEADER.cs
- DataGridViewCell.cs
- DomNameTable.cs
- CompiledIdentityConstraint.cs
- CompositeKey.cs
- TaskFileService.cs
- ProxyFragment.cs
- PropertyNames.cs
- BookmarkManager.cs
- DataSourceComponent.cs
- RangeBase.cs
- sqlpipe.cs
- DescriptionAttribute.cs
- BypassElement.cs
- Geometry3D.cs
- GlyphRunDrawing.cs
- SurrogateEncoder.cs
- StringReader.cs
- SurrogateSelector.cs
- mactripleDES.cs
- TimersDescriptionAttribute.cs
- ProfileSection.cs
- DataGridViewButtonCell.cs
- MSAANativeProvider.cs
- SqlConnectionStringBuilder.cs
- PeerNeighborManager.cs
- DataGridViewSelectedCellCollection.cs
- DiscoveryViaBehavior.cs
- SmiEventSink_Default.cs
- SolidColorBrush.cs
- keycontainerpermission.cs
- EllipticalNodeOperations.cs
- EntityDataSourceQueryBuilder.cs
- TableParaClient.cs
- Part.cs
- CompositeActivityTypeDescriptorProvider.cs
- StringKeyFrameCollection.cs
- ObjectStorage.cs
- TypeResolvingOptions.cs
- UiaCoreApi.cs
- WebErrorHandler.cs
- Border.cs
- ScrollItemPatternIdentifiers.cs
- CallbackException.cs
- TreeNode.cs
- NameValuePair.cs
- TextViewBase.cs
- PassportPrincipal.cs
- OneOfElement.cs
- WebPartHeaderCloseVerb.cs
- IPEndPoint.cs
- Double.cs
- TraceData.cs
- PlanCompiler.cs
- PeerToPeerException.cs
- BitmapEffectDrawing.cs
- xamlnodes.cs
- LinkedResource.cs
- CharacterMetricsDictionary.cs
- SerializerDescriptor.cs
- XPathParser.cs
- SqlConnectionHelper.cs
- CryptoConfig.cs
- ItemAutomationPeer.cs
- DiscoveryClientElement.cs
- ThreadSafeMessageFilterTable.cs
- ThicknessAnimationUsingKeyFrames.cs
- DataGridSortCommandEventArgs.cs
- ListItemCollection.cs
- BeginStoryboard.cs
- ListDictionaryInternal.cs