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
- DecimalAnimationUsingKeyFrames.cs
- Material.cs
- MergeFailedEvent.cs
- DbParameterHelper.cs
- XmlHierarchicalEnumerable.cs
- CodeEventReferenceExpression.cs
- FileCodeGroup.cs
- PersianCalendar.cs
- SqlClientWrapperSmiStream.cs
- TimeSpanStorage.cs
- OracleColumn.cs
- EventLogEntryCollection.cs
- XmlTextEncoder.cs
- TypeProvider.cs
- ADMembershipUser.cs
- Exceptions.cs
- CompoundFileDeflateTransform.cs
- VirtualPathProvider.cs
- AssemblyUtil.cs
- CodeAttributeArgument.cs
- OutputScopeManager.cs
- Normalizer.cs
- DataKey.cs
- ComplexPropertyEntry.cs
- SystemIPAddressInformation.cs
- ScriptServiceAttribute.cs
- Types.cs
- DbgUtil.cs
- Single.cs
- ListControlBuilder.cs
- XmlILTrace.cs
- RC2.cs
- SemaphoreFullException.cs
- RequestResizeEvent.cs
- Signature.cs
- PenLineCapValidation.cs
- BeginStoryboard.cs
- ZipIOModeEnforcingStream.cs
- SystemTcpStatistics.cs
- ConnectionProviderAttribute.cs
- TraceProvider.cs
- ProfileService.cs
- XmlName.cs
- ExitEventArgs.cs
- CornerRadius.cs
- EndpointDiscoveryElement.cs
- StrongTypingException.cs
- SeparatorAutomationPeer.cs
- BitmapEffectRenderDataResource.cs
- HostingEnvironmentSection.cs
- ColumnHeader.cs
- Point4D.cs
- LeftCellWrapper.cs
- ConstantCheck.cs
- NamedElement.cs
- FixedSOMImage.cs
- KeyProperty.cs
- CodeTypeReferenceExpression.cs
- ActivityScheduledRecord.cs
- Rotation3DKeyFrameCollection.cs
- DiagnosticsConfigurationHandler.cs
- Property.cs
- ParentQuery.cs
- GridViewHeaderRowPresenter.cs
- SyndicationSerializer.cs
- NetSectionGroup.cs
- SqlPersonalizationProvider.cs
- SamlConditions.cs
- QilStrConcat.cs
- XmlDataCollection.cs
- GridViewDeletedEventArgs.cs
- QuaternionRotation3D.cs
- TemplateBuilder.cs
- MediaPlayer.cs
- GridViewUpdateEventArgs.cs
- ScrollBarRenderer.cs
- ProcessModuleCollection.cs
- SqlNotificationRequest.cs
- NativeRightsManagementAPIsStructures.cs
- IntSumAggregationOperator.cs
- _FixedSizeReader.cs
- Token.cs
- ContactManager.cs
- SimpleTypeResolver.cs
- StackOverflowException.cs
- CodeCastExpression.cs
- WindowsGraphicsWrapper.cs
- NativeMethods.cs
- TraceFilter.cs
- DataRecordInfo.cs
- NetworkAddressChange.cs
- ObjectDataSourceView.cs
- FileUtil.cs
- InputScopeManager.cs
- FormsAuthenticationCredentials.cs
- ResumeStoryboard.cs
- Misc.cs
- RegisteredScript.cs
- DataSourceControlBuilder.cs
- StaticResourceExtension.cs