Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / Microsoft / Win32 / UserPreferenceChangedEventArgs.cs / 1305376 / 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
- HtmlTableCell.cs
- OracleCommand.cs
- SqlBuilder.cs
- SecurityContext.cs
- DataRelationPropertyDescriptor.cs
- InstanceDataCollectionCollection.cs
- TagPrefixInfo.cs
- DataRowComparer.cs
- Grid.cs
- OciLobLocator.cs
- UpdateTracker.cs
- MessageHeader.cs
- DocumentViewerConstants.cs
- FlowDocumentReader.cs
- UserPersonalizationStateInfo.cs
- PersonalizationDictionary.cs
- BooleanAnimationUsingKeyFrames.cs
- XPathScanner.cs
- FlowLayoutPanel.cs
- XmlBinaryReader.cs
- DictionaryManager.cs
- InvokeHandlers.cs
- DebugView.cs
- FrameworkElement.cs
- DataGridViewRowEventArgs.cs
- NumberFunctions.cs
- XmlSortKey.cs
- MarkupProperty.cs
- RequestNavigateEventArgs.cs
- SqlProviderManifest.cs
- LineSegment.cs
- OverflowException.cs
- PowerStatus.cs
- ColumnWidthChangingEvent.cs
- FormsAuthenticationTicket.cs
- XhtmlBasicTextViewAdapter.cs
- LocationSectionRecord.cs
- SamlAssertion.cs
- ControlBuilder.cs
- ViewRendering.cs
- ColumnPropertiesGroup.cs
- CustomErrorCollection.cs
- AppDomainUnloadedException.cs
- log.cs
- QuaternionIndependentAnimationStorage.cs
- MSAANativeProvider.cs
- FormatConvertedBitmap.cs
- UnsafeNativeMethodsCLR.cs
- SqlTriggerContext.cs
- PeerEndPoint.cs
- __ComObject.cs
- PersonalizationAdministration.cs
- WebPartManager.cs
- TransactedBatchContext.cs
- WebPartZoneBase.cs
- OleDbDataAdapter.cs
- OutputCacheModule.cs
- TdsParserStaticMethods.cs
- _UriTypeConverter.cs
- ResolveNameEventArgs.cs
- StreamWriter.cs
- FixedSOMPageConstructor.cs
- InvalidCommandTreeException.cs
- ResourceContainer.cs
- BitmapMetadataEnumerator.cs
- Exceptions.cs
- SamlAttributeStatement.cs
- EntityDataSourceValidationException.cs
- NavigatingCancelEventArgs.cs
- oledbmetadatacollectionnames.cs
- ISAPIWorkerRequest.cs
- GPPOINT.cs
- EdmError.cs
- MonikerSyntaxException.cs
- ExceptQueryOperator.cs
- ActivationArguments.cs
- TextBox.cs
- loginstatus.cs
- LogStream.cs
- FileUpload.cs
- TableNameAttribute.cs
- VectorAnimationUsingKeyFrames.cs
- XmlSchemaSearchPattern.cs
- ProtectedConfiguration.cs
- AggregateNode.cs
- Point3D.cs
- RuntimeResourceSet.cs
- ComplexBindingPropertiesAttribute.cs
- InternalSafeNativeMethods.cs
- KerberosSecurityTokenProvider.cs
- WebZone.cs
- WebReferenceOptions.cs
- CallbackValidator.cs
- SafeProcessHandle.cs
- Mutex.cs
- GridViewRowEventArgs.cs
- AssemblyAssociatedContentFileAttribute.cs
- Delay.cs
- InvalidOperationException.cs
- WebPart.cs