Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }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
- WebControlAdapter.cs
- SizeChangedEventArgs.cs
- XmlSchemaImporter.cs
- SoapCommonClasses.cs
- EventRouteFactory.cs
- SelectedDatesCollection.cs
- ArraySegment.cs
- NameTable.cs
- EpmTargetTree.cs
- SequenceQuery.cs
- PropertyValueChangedEvent.cs
- TextWriter.cs
- SQLInt16Storage.cs
- OleDbPropertySetGuid.cs
- DisposableCollectionWrapper.cs
- PrimaryKeyTypeConverter.cs
- ParallelTimeline.cs
- VirtualizingStackPanel.cs
- IdentitySection.cs
- PropertiesTab.cs
- Metadata.cs
- SafeArrayRankMismatchException.cs
- EncoderFallback.cs
- StrokeCollection.cs
- MetabaseReader.cs
- FormView.cs
- SweepDirectionValidation.cs
- PartialTrustHelpers.cs
- Matrix3D.cs
- ObjectSecurity.cs
- LayoutUtils.cs
- SamlAuthorityBinding.cs
- DefaultMemberAttribute.cs
- FilterQuery.cs
- DataSysAttribute.cs
- Path.cs
- FaultCallbackWrapper.cs
- UnsafeNativeMethods.cs
- TemplateContentLoader.cs
- XPathParser.cs
- HttpListenerPrefixCollection.cs
- ControlCollection.cs
- StorageEntityContainerMapping.cs
- FunctionMappingTranslator.cs
- AnnotationComponentManager.cs
- OptionUsage.cs
- ValueUtilsSmi.cs
- ProtectedConfiguration.cs
- DbModificationCommandTree.cs
- ApplicationId.cs
- Triplet.cs
- securestring.cs
- StringFunctions.cs
- SelectionUIHandler.cs
- basecomparevalidator.cs
- Char.cs
- FixedFlowMap.cs
- Sql8ConformanceChecker.cs
- Currency.cs
- BoundPropertyEntry.cs
- HtmlInputHidden.cs
- ReplyAdapterChannelListener.cs
- FixedSOMSemanticBox.cs
- NamedObject.cs
- BitmapCodecInfoInternal.cs
- CodeAccessPermission.cs
- WebPartZoneCollection.cs
- CriticalHandle.cs
- FormsAuthenticationUser.cs
- TextBlockAutomationPeer.cs
- HwndHost.cs
- InheritanceAttribute.cs
- InputManager.cs
- ListBindingHelper.cs
- HandleExceptionArgs.cs
- GraphicsContext.cs
- DetailsViewActionList.cs
- ListBox.cs
- ChtmlSelectionListAdapter.cs
- Mappings.cs
- DataControlFieldsEditor.cs
- EncoderBestFitFallback.cs
- DesignTimeVisibleAttribute.cs
- DateTimeSerializationSection.cs
- ThreadAttributes.cs
- QuaternionConverter.cs
- NotifyIcon.cs
- SqlClientWrapperSmiStream.cs
- KeyInfo.cs
- RadioButtonPopupAdapter.cs
- UnsafeNativeMethodsTablet.cs
- CipherData.cs
- ServiceMetadataContractBehavior.cs
- XpsFilter.cs
- EventMappingSettings.cs
- oledbmetadatacollectionnames.cs
- TextEditorMouse.cs
- SrgsSubset.cs
- SubstitutionList.cs
- DesignBindingPropertyDescriptor.cs