Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangedEventArgs.cs / 1 / PropertyChangedEventArgs.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 PropertyChangedEventArgs : EventArgs { private readonly string propertyName; ///Provides data for the ////// event. /// public PropertyChangedEventArgs(string propertyName) { this.propertyName = propertyName; } ///Initializes a new instance of the ////// class. /// public virtual string PropertyName { get { return propertyName; } } } }Indicates the name of the property that changed. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolStripMenuItem.cs
- RestHandler.cs
- SafeHandles.cs
- ScalarRestriction.cs
- VersionPair.cs
- DisplayInformation.cs
- AddInPipelineAttributes.cs
- SQLByte.cs
- WindowsListViewGroup.cs
- Command.cs
- DesignerProperties.cs
- XmlILIndex.cs
- PeerInputChannel.cs
- SqlFunctions.cs
- UpdateManifestForBrowserApplication.cs
- ComponentResourceManager.cs
- XsdCachingReader.cs
- ListViewDesigner.cs
- BorderGapMaskConverter.cs
- WorkflowMarkupSerializer.cs
- ServiceReference.cs
- AbstractSvcMapFileLoader.cs
- PriorityQueue.cs
- ValidatedControlConverter.cs
- WhitespaceReader.cs
- MetadataImporterQuotas.cs
- BinaryObjectReader.cs
- WorkflowHostingResponseContext.cs
- PrePostDescendentsWalker.cs
- SystemIcmpV4Statistics.cs
- TextViewBase.cs
- MsmqActivation.cs
- SystemTcpConnection.cs
- LassoHelper.cs
- WpfGeneratedKnownProperties.cs
- HttpHostedTransportConfiguration.cs
- WebBrowsableAttribute.cs
- RoutedEventValueSerializer.cs
- TaskFactory.cs
- AssemblyAttributes.cs
- CompilerInfo.cs
- ErrorBehavior.cs
- SubMenuStyleCollectionEditor.cs
- Graph.cs
- HashCodeCombiner.cs
- MatchingStyle.cs
- StylusEventArgs.cs
- FileDialog.cs
- RenameRuleObjectDialog.Designer.cs
- HttpConfigurationSystem.cs
- BodyGlyph.cs
- BaseComponentEditor.cs
- SByteStorage.cs
- ColorMap.cs
- DecimalConverter.cs
- StateBag.cs
- httpserverutility.cs
- JournalEntryListConverter.cs
- GenerateHelper.cs
- SAPICategories.cs
- ProfileSettings.cs
- WorkflowFileItem.cs
- StatusBarDrawItemEvent.cs
- ContextMenuAutomationPeer.cs
- DefaultPrintController.cs
- RepeatInfo.cs
- CommonGetThemePartSize.cs
- DiscreteKeyFrames.cs
- StylusPointPropertyId.cs
- SecurityElement.cs
- HttpRuntimeSection.cs
- BitHelper.cs
- ColorTransformHelper.cs
- WmiEventSink.cs
- XmlSchemas.cs
- DataControlFieldCell.cs
- ListViewHitTestInfo.cs
- SoapFormatterSinks.cs
- _NestedSingleAsyncResult.cs
- ProxyHelper.cs
- ListParaClient.cs
- ColumnWidthChangingEvent.cs
- XslAstAnalyzer.cs
- XmlSchemaAnnotation.cs
- ProcessStartInfo.cs
- StickyNoteAnnotations.cs
- TypeUnloadedException.cs
- BasicSecurityProfileVersion.cs
- Task.cs
- JoinCqlBlock.cs
- AnnotationMap.cs
- SecurityResources.cs
- SoapObjectInfo.cs
- DetailsViewRowCollection.cs
- QilXmlWriter.cs
- NamedPipeProcessProtocolHandler.cs
- AccessControlEntry.cs
- SoapDocumentMethodAttribute.cs
- CodeTypeParameter.cs
- KeyValueConfigurationElement.cs