Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the category of user preferences that has Changing. ///// 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
- COSERVERINFO.cs
- GridViewRowCollection.cs
- ProjectionPlanCompiler.cs
- CreatingCookieEventArgs.cs
- HttpApplicationFactory.cs
- BinarySerializer.cs
- DocumentPageView.cs
- SqlDelegatedTransaction.cs
- DetailsViewInsertedEventArgs.cs
- Completion.cs
- CodeObjectCreateExpression.cs
- Control.cs
- IdentityNotMappedException.cs
- SequentialUshortCollection.cs
- XmlSchemaGroupRef.cs
- MinimizableAttributeTypeConverter.cs
- NamespaceEmitter.cs
- BitmapEffectrendercontext.cs
- OutputScope.cs
- TransformerTypeCollection.cs
- XsltException.cs
- MissingSatelliteAssemblyException.cs
- ServiceTimeoutsElement.cs
- ContentFilePart.cs
- ToolStripRenderer.cs
- ThrowHelper.cs
- TdsEnums.cs
- querybuilder.cs
- TargetParameterCountException.cs
- Internal.cs
- WebPartMenuStyle.cs
- RequestCacheManager.cs
- CodeDirectoryCompiler.cs
- XamlPointCollectionSerializer.cs
- BindingGroup.cs
- FixedFindEngine.cs
- EnumUnknown.cs
- XmlSchemaComplexType.cs
- FileCodeGroup.cs
- DBSqlParserTable.cs
- LocalizabilityAttribute.cs
- XmlSerializer.cs
- StringFormat.cs
- SafeHGlobalHandleCritical.cs
- Int32CAMarshaler.cs
- SafeViewOfFileHandle.cs
- ArgumentException.cs
- ByteStream.cs
- FixedTextView.cs
- PropertyEmitterBase.cs
- RowsCopiedEventArgs.cs
- AutomationPattern.cs
- ColorConvertedBitmap.cs
- XmlAttributeOverrides.cs
- FieldMetadata.cs
- SqlClientFactory.cs
- XPathEmptyIterator.cs
- Control.cs
- DetailsViewInsertEventArgs.cs
- OdbcUtils.cs
- RegexCode.cs
- NegationPusher.cs
- PolicyAssertionCollection.cs
- SQLInt16Storage.cs
- FastPropertyAccessor.cs
- DebuggerAttributes.cs
- ValidationPropertyAttribute.cs
- ContractInferenceHelper.cs
- ValuePatternIdentifiers.cs
- ResourceReader.cs
- SpanIndex.cs
- EditModeSwitchButton.cs
- XmlHierarchicalEnumerable.cs
- XPathDescendantIterator.cs
- DataGridViewHitTestInfo.cs
- ObjectDataSourceDisposingEventArgs.cs
- SqlProfileProvider.cs
- _emptywebproxy.cs
- CqlGenerator.cs
- WebPartEditorCancelVerb.cs
- Stacktrace.cs
- XmlSchemaInfo.cs
- ListParaClient.cs
- MimeParameters.cs
- FilteredAttributeCollection.cs
- DataGridRowsPresenter.cs
- BinaryReader.cs
- RichTextBoxConstants.cs
- TextSegment.cs
- ObjectConverter.cs
- FileSystemInfo.cs
- NotSupportedException.cs
- SqlFunctionAttribute.cs
- DBPropSet.cs
- DebugHandleTracker.cs
- FacetEnabledSchemaElement.cs
- SqlCommandSet.cs
- _ConnectStream.cs
- TcpClientChannel.cs
- DataSourceCacheDurationConverter.cs