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 / UserPreferenceChangedEventArgs.cs / 1 / UserPreferenceChangedEventArgs.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 UserPreferenceChangedEventArgs : EventArgs { private readonly UserPreferenceCategory category; ///Provides data for the ///event. /// public UserPreferenceChangedEventArgs(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 changed. ///// 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 UserPreferenceChangedEventArgs : EventArgs { private readonly UserPreferenceCategory category; ///Provides data for the ///event. /// public UserPreferenceChangedEventArgs(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 changed. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LinkUtilities.cs
- XPathEmptyIterator.cs
- TextDecorationCollection.cs
- IsolatedStorageFile.cs
- RuntimeConfigurationRecord.cs
- ContextMenu.cs
- ServicesExceptionNotHandledEventArgs.cs
- XhtmlBasicTextViewAdapter.cs
- NotCondition.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- HotSpot.cs
- WebPartConnectionsConfigureVerb.cs
- PropertyInformation.cs
- OleDbErrorCollection.cs
- ipaddressinformationcollection.cs
- AudioStateChangedEventArgs.cs
- OleCmdHelper.cs
- Action.cs
- InnerItemCollectionView.cs
- CrossSiteScriptingValidation.cs
- PropertyGeneratedEventArgs.cs
- OleDbError.cs
- CompositeControl.cs
- InstanceCompleteException.cs
- AdornerLayer.cs
- EdmTypeAttribute.cs
- CustomError.cs
- EdmSchemaAttribute.cs
- InternalTypeHelper.cs
- TransformationRules.cs
- AutoGeneratedFieldProperties.cs
- QueryStringParameter.cs
- DataSourceHelper.cs
- SecurityPolicySection.cs
- DBDataPermission.cs
- AppSettingsSection.cs
- XPathNavigatorKeyComparer.cs
- SystemColorTracker.cs
- ServiceKnownTypeAttribute.cs
- RewritingValidator.cs
- SQLStringStorage.cs
- AutomationEventArgs.cs
- CodeGroup.cs
- HttpCookie.cs
- Parallel.cs
- CounterSampleCalculator.cs
- Grid.cs
- TrackingStringDictionary.cs
- shaperfactoryquerycacheentry.cs
- ConditionalAttribute.cs
- PropertyToken.cs
- EditingScope.cs
- ManagedIStream.cs
- hwndwrapper.cs
- SafeUserTokenHandle.cs
- TempFiles.cs
- StateWorkerRequest.cs
- ListViewInsertedEventArgs.cs
- EFTableProvider.cs
- CodeObject.cs
- ButtonAutomationPeer.cs
- XmlDesignerDataSourceView.cs
- WebPartActionVerb.cs
- InboundActivityHelper.cs
- AtlasWeb.Designer.cs
- ConfigurationSettings.cs
- FocusWithinProperty.cs
- FindProgressChangedEventArgs.cs
- IdentityModelStringsVersion1.cs
- AsyncResult.cs
- ToolTip.cs
- WebProxyScriptElement.cs
- PositiveTimeSpanValidatorAttribute.cs
- OdbcCommandBuilder.cs
- FrameworkRichTextComposition.cs
- Transform3DCollection.cs
- ConfigPathUtility.cs
- BindingMAnagerBase.cs
- SessionPageStateSection.cs
- LinkUtilities.cs
- SmtpNtlmAuthenticationModule.cs
- Keywords.cs
- OleCmdHelper.cs
- ConnectionStringSettings.cs
- CodeAttributeArgumentCollection.cs
- SchemaReference.cs
- DBSchemaRow.cs
- StreamGeometryContext.cs
- WebPartAddingEventArgs.cs
- Missing.cs
- BypassElementCollection.cs
- UrlPropertyAttribute.cs
- LayoutEvent.cs
- SqlNotificationEventArgs.cs
- DynamicRouteExpression.cs
- DirectionalLight.cs
- StoreItemCollection.Loader.cs
- WindowsStreamSecurityBindingElement.cs
- ItemCollection.cs
- ResourceAttributes.cs