Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- RefreshEventArgs.cs
- InternalControlCollection.cs
- CategoryEditor.cs
- ReflectTypeDescriptionProvider.cs
- Baml2006ReaderFrame.cs
- InfoCardPolicy.cs
- UdpTransportBindingElement.cs
- AppDomainFactory.cs
- TraceContextEventArgs.cs
- DataGridViewCheckBoxCell.cs
- Visitors.cs
- XmlDomTextWriter.cs
- InputScopeNameConverter.cs
- DataGridRow.cs
- BuilderInfo.cs
- HMACSHA512.cs
- FieldToken.cs
- DataGridViewAccessibleObject.cs
- NamespaceTable.cs
- PrintEvent.cs
- XmlMapping.cs
- PermissionSet.cs
- AnchoredBlock.cs
- ExtendedPropertyDescriptor.cs
- HelpKeywordAttribute.cs
- IssuanceTokenProviderState.cs
- XmlElementAttribute.cs
- SettingsProperty.cs
- WaitForChangedResult.cs
- InputBuffer.cs
- HttpServerProtocol.cs
- InteropExecutor.cs
- CodeGeneratorAttribute.cs
- DropSource.cs
- PolicyLevel.cs
- ButtonRenderer.cs
- ContextMenuAutomationPeer.cs
- IndicFontClient.cs
- TableColumnCollectionInternal.cs
- GeometryCollection.cs
- DataSourceProvider.cs
- EntryWrittenEventArgs.cs
- ClonableStack.cs
- NamedPipeConnectionPool.cs
- PartialList.cs
- UInt16.cs
- DependencyPropertyKind.cs
- VectorKeyFrameCollection.cs
- ObjectPropertyMapping.cs
- WindowsStatusBar.cs
- NumberFormatter.cs
- TransformProviderWrapper.cs
- ToolStripItemEventArgs.cs
- DataGridViewCellStateChangedEventArgs.cs
- StylusShape.cs
- TimeoutException.cs
- PrintDialogException.cs
- MachineKeySection.cs
- XamlInt32CollectionSerializer.cs
- CommandBinding.cs
- EncryptedKeyHashIdentifierClause.cs
- LoginDesigner.cs
- Condition.cs
- SafeArrayTypeMismatchException.cs
- EndSelectCardRequest.cs
- CommandLineParser.cs
- DateTimeOffsetConverter.cs
- WebPartsSection.cs
- StoryFragments.cs
- PenContexts.cs
- IndexedEnumerable.cs
- InfoCardProofToken.cs
- Rules.cs
- XmlEventCache.cs
- DirectoryRedirect.cs
- Events.cs
- PopOutPanel.cs
- PolyBezierSegment.cs
- DataFormats.cs
- HandleDictionary.cs
- OpCellTreeNode.cs
- ProviderUtil.cs
- DependencyObject.cs
- PrimitiveDataContract.cs
- DoubleLinkList.cs
- LicenseManager.cs
- CaseStatementSlot.cs
- safePerfProviderHandle.cs
- UnsafeNativeMethods.cs
- WebSysDisplayNameAttribute.cs
- DataGridViewTopRowAccessibleObject.cs
- Page.cs
- EmptyEnumerator.cs
- HtmlForm.cs
- HttpBufferlessInputStream.cs
- GradientSpreadMethodValidation.cs
- SQLBytes.cs
- ProvidersHelper.cs
- SafeArchiveContext.cs
- ITreeGenerator.cs