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
- DateTimePicker.cs
- ContractMapping.cs
- ByeOperationCD1AsyncResult.cs
- ModelFactory.cs
- TextBox.cs
- StaticTextPointer.cs
- EventlogProvider.cs
- Input.cs
- Select.cs
- _NetworkingPerfCounters.cs
- BasicViewGenerator.cs
- DbgUtil.cs
- assemblycache.cs
- DeadCharTextComposition.cs
- Size.cs
- CompletionProxy.cs
- _BasicClient.cs
- SafeCancelMibChangeNotify.cs
- QueryModel.cs
- DesignTimeValidationFeature.cs
- Triplet.cs
- ConsumerConnectionPointCollection.cs
- OleDbEnumerator.cs
- DynamicDataExtensions.cs
- StringCollectionEditor.cs
- WaveHeader.cs
- SByte.cs
- SerializationSectionGroup.cs
- _HeaderInfoTable.cs
- SizeAnimationBase.cs
- BitmapEffectOutputConnector.cs
- OracleInternalConnection.cs
- TableHeaderCell.cs
- ResourceDisplayNameAttribute.cs
- ModelTreeManager.cs
- DebugView.cs
- ToolStripKeyboardHandlingService.cs
- RequestQueryParser.cs
- CompilationSection.cs
- Button.cs
- StrokeCollection.cs
- ResourceAttributes.cs
- Popup.cs
- SafeBitVector32.cs
- ClientSettingsSection.cs
- SectionUpdates.cs
- ObjectDisposedException.cs
- EventSinkHelperWriter.cs
- ImageDrawing.cs
- BaseResourcesBuildProvider.cs
- AppearanceEditorPart.cs
- DetailsViewDeletedEventArgs.cs
- TagPrefixInfo.cs
- HtmlControlPersistable.cs
- EventRouteFactory.cs
- GridEntryCollection.cs
- KeyValuePairs.cs
- CallbackValidatorAttribute.cs
- AppDomainFactory.cs
- ImageCollectionCodeDomSerializer.cs
- ComponentCollection.cs
- DecoderReplacementFallback.cs
- Vector3D.cs
- SystemIPGlobalProperties.cs
- SqlRemoveConstantOrderBy.cs
- ToolbarAUtomationPeer.cs
- SettingsPropertyValueCollection.cs
- FrameworkContentElement.cs
- SafeCryptContextHandle.cs
- EventRecordWrittenEventArgs.cs
- ConfigUtil.cs
- MaskedTextBox.cs
- ConfigXmlText.cs
- ToolboxComponentsCreatedEventArgs.cs
- ActivityExecutionContextCollection.cs
- WinCategoryAttribute.cs
- PropertyConverter.cs
- ExpressionLink.cs
- SqlCachedBuffer.cs
- FormattedTextSymbols.cs
- TabletDeviceInfo.cs
- Section.cs
- EarlyBoundInfo.cs
- ExternalCalls.cs
- BaseAddressPrefixFilterElement.cs
- WebPartManagerInternals.cs
- ScriptResourceHandler.cs
- FixedSOMTableRow.cs
- TableChangeProcessor.cs
- TextEditor.cs
- HtmlInputPassword.cs
- CustomCredentialPolicy.cs
- LineVisual.cs
- Pen.cs
- SharedDp.cs
- followingsibling.cs
- LocalizationComments.cs
- SystemInformation.cs
- URLString.cs
- RelationshipNavigation.cs