Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }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
- ByteAnimation.cs
- XmlSchemaObject.cs
- LineVisual.cs
- TranslateTransform3D.cs
- ListViewSortEventArgs.cs
- NetworkInformationPermission.cs
- ObjectResult.cs
- Context.cs
- ConstraintConverter.cs
- ValueUnavailableException.cs
- ContentWrapperAttribute.cs
- ObjectQueryState.cs
- StrongTypingException.cs
- EventDriven.cs
- SimpleWorkerRequest.cs
- CheckedListBox.cs
- CachedRequestParams.cs
- CommonDialog.cs
- LockRenewalTask.cs
- EventHandlersStore.cs
- MeasureData.cs
- Executor.cs
- EntityDataSourceDataSelectionPanel.designer.cs
- Opcode.cs
- FigureParaClient.cs
- TypedServiceChannelBuilder.cs
- GridViewSortEventArgs.cs
- MailWriter.cs
- EmptyControlCollection.cs
- PerSessionInstanceContextProvider.cs
- HierarchicalDataSourceControl.cs
- SoapAttributeOverrides.cs
- COM2IPerPropertyBrowsingHandler.cs
- ObjectDataSourceDisposingEventArgs.cs
- ControlCodeDomSerializer.cs
- ICspAsymmetricAlgorithm.cs
- SelectionEditingBehavior.cs
- RadioButton.cs
- Point3DCollectionConverter.cs
- DESCryptoServiceProvider.cs
- DefaultEventAttribute.cs
- WindowsSlider.cs
- SchemaLookupTable.cs
- SchemaDeclBase.cs
- StrokeNodeOperations.cs
- FileEnumerator.cs
- CompositionAdorner.cs
- SqlAliasesReferenced.cs
- StrongNameMembershipCondition.cs
- DoubleLinkList.cs
- ToolStripScrollButton.cs
- ECDiffieHellmanCng.cs
- PeerNameRegistration.cs
- DesignerFrame.cs
- TreeIterator.cs
- XmlRawWriterWrapper.cs
- XmlPropertyBag.cs
- basemetadatamappingvisitor.cs
- RangeBaseAutomationPeer.cs
- ListViewGroup.cs
- PersonalizationProviderHelper.cs
- columnmapkeybuilder.cs
- ExpressionEditorAttribute.cs
- WinFormsSpinner.cs
- XmlBinaryWriter.cs
- BufferBuilder.cs
- MarkedHighlightComponent.cs
- SchemaTableColumn.cs
- XmlEncoding.cs
- DynamicRendererThreadManager.cs
- ActivityExecutionContext.cs
- DataObject.cs
- SerialStream.cs
- OutOfProcStateClientManager.cs
- ParameterDataSourceExpression.cs
- ModuleBuilder.cs
- BamlTreeMap.cs
- VoiceObjectToken.cs
- JsonQNameDataContract.cs
- JavascriptCallbackResponseProperty.cs
- ContentElementAutomationPeer.cs
- StringFreezingAttribute.cs
- ObjectSet.cs
- LinkedResource.cs
- SafeNativeMethods.cs
- LineProperties.cs
- Dictionary.cs
- Visual3DCollection.cs
- CommonXSendMessage.cs
- TranslateTransform.cs
- ViewManager.cs
- coordinatorfactory.cs
- OdbcParameter.cs
- PropertyGridEditorPart.cs
- HtmlShimManager.cs
- HwndHostAutomationPeer.cs
- VirtualizingPanel.cs
- SolidBrush.cs
- NullableBoolConverter.cs
- TableRowGroupCollection.cs