Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangingEventArgs.cs / 1305376 / PropertyChangingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class PropertyChangingEventArgs : EventArgs { private readonly string propertyName; ///Provides data for the ////// event. /// public PropertyChangingEventArgs(string propertyName) { this.propertyName = propertyName; } ///Initializes a new instance of the ////// class. /// public virtual string PropertyName { get { return propertyName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Indicates the name of the property that is changing. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XslNumber.cs
- TypedCompletedAsyncResult.cs
- DataGridViewLayoutData.cs
- ProxyWebPartManager.cs
- ContractNamespaceAttribute.cs
- SignatureToken.cs
- RemotingServices.cs
- InvalidTimeZoneException.cs
- DataSourceNameHandler.cs
- DecimalConverter.cs
- SessionStateSection.cs
- ComboBoxRenderer.cs
- SimpleType.cs
- LocationFactory.cs
- CodeSnippetStatement.cs
- TraceHandlerErrorFormatter.cs
- PriorityItem.cs
- GlyphElement.cs
- DependencyPropertyAttribute.cs
- SuppressMessageAttribute.cs
- SchemaComplexType.cs
- Point3DCollection.cs
- View.cs
- SqlUtil.cs
- ConnectionStringSettingsCollection.cs
- Style.cs
- XmlEventCache.cs
- ImageInfo.cs
- InstanceDataCollection.cs
- BinaryObjectReader.cs
- TreeViewAutomationPeer.cs
- MergeLocalizationDirectives.cs
- HtmlTableCell.cs
- SafeUserTokenHandle.cs
- BitmapPalettes.cs
- GlyphCollection.cs
- MiniModule.cs
- LayoutEvent.cs
- DocumentOrderComparer.cs
- InfoCardKeyedHashAlgorithm.cs
- RoleGroupCollection.cs
- DataGridViewCellLinkedList.cs
- CurrentChangingEventManager.cs
- ZipQueryOperator.cs
- COM2IDispatchConverter.cs
- RuleSetBrowserDialog.cs
- Soap.cs
- Vector3DCollectionValueSerializer.cs
- WebPartUserCapability.cs
- TraceLevelStore.cs
- MessageVersion.cs
- XPathNavigatorKeyComparer.cs
- KeyBinding.cs
- ICspAsymmetricAlgorithm.cs
- DelegateHelpers.Generated.cs
- SystemResourceHost.cs
- WebPartConnectionsCancelEventArgs.cs
- CfgParser.cs
- LostFocusEventManager.cs
- BasicExpandProvider.cs
- PictureBox.cs
- DataControlPagerLinkButton.cs
- DynamicILGenerator.cs
- Convert.cs
- RelatedEnd.cs
- HwndProxyElementProvider.cs
- DataGridState.cs
- TypeDelegator.cs
- ContentPresenter.cs
- IISUnsafeMethods.cs
- RepeatEnumerable.cs
- TransformerConfigurationWizardBase.cs
- DeclarationUpdate.cs
- EmissiveMaterial.cs
- CancellationToken.cs
- ClientSideProviderDescription.cs
- DropShadowBitmapEffect.cs
- WebRequestModuleElement.cs
- followingquery.cs
- GetWorkflowTree.cs
- EtwProvider.cs
- SapiRecognizer.cs
- Hex.cs
- PropertyChangedEventArgs.cs
- RenderingBiasValidation.cs
- MULTI_QI.cs
- ServiceNameElementCollection.cs
- DrawListViewSubItemEventArgs.cs
- HtmlInputFile.cs
- ReversePositionQuery.cs
- RecognizedPhrase.cs
- PlatformNotSupportedException.cs
- VirtualDirectoryMapping.cs
- HScrollBar.cs
- XmlILAnnotation.cs
- FieldNameLookup.cs
- BooleanToVisibilityConverter.cs
- NewExpression.cs
- StringSource.cs
- EditCommandColumn.cs