Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangedEventArgs.cs / 1305376 / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Indicates the name of the property that changed. ///// 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Indicates the name of the property that changed. ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CoreSwitches.cs
- DataRecordObjectView.cs
- Form.cs
- TableColumnCollection.cs
- SweepDirectionValidation.cs
- BitmapEffectGeneralTransform.cs
- RtType.cs
- RtType.cs
- XamlToRtfWriter.cs
- AnnotationHelper.cs
- DiscoveryClientProtocol.cs
- DataGridCellsPanel.cs
- CounterSample.cs
- MailMessageEventArgs.cs
- DefaultTextStoreTextComposition.cs
- ExpressionNode.cs
- AsyncStreamReader.cs
- PackageRelationship.cs
- ListBoxChrome.cs
- ManagedIStream.cs
- AttributeEmitter.cs
- ParamArrayAttribute.cs
- MappingSource.cs
- SqlRemoveConstantOrderBy.cs
- MetadataArtifactLoaderFile.cs
- OdbcConnectionPoolProviderInfo.cs
- SmtpClient.cs
- Geometry.cs
- BinHexEncoder.cs
- regiisutil.cs
- Operators.cs
- StaticResourceExtension.cs
- SubpageParagraph.cs
- XmlAttributeAttribute.cs
- GuidConverter.cs
- DataGridHyperlinkColumn.cs
- DbResourceAllocator.cs
- Merger.cs
- XmlAttributeCache.cs
- EntityDataSourceView.cs
- CreateRefExpr.cs
- TypographyProperties.cs
- DictionaryTraceRecord.cs
- BufferedStream.cs
- SvcMapFile.cs
- DbTransaction.cs
- UriTemplateVariablePathSegment.cs
- MetadataArtifactLoaderFile.cs
- ClientSettings.cs
- Triplet.cs
- BackgroundFormatInfo.cs
- TileModeValidation.cs
- ListViewInsertedEventArgs.cs
- TextDecorationLocationValidation.cs
- BulletedListEventArgs.cs
- LinearKeyFrames.cs
- PageHandlerFactory.cs
- SqlDataSourceView.cs
- PlanCompilerUtil.cs
- PictureBox.cs
- OutputCacheSettingsSection.cs
- InstanceCreationEditor.cs
- ObjectStorage.cs
- RequestTimeoutManager.cs
- CompleteWizardStep.cs
- OverflowException.cs
- SecurityTokenSerializer.cs
- PostBackOptions.cs
- AspNetRouteServiceHttpHandler.cs
- Group.cs
- Faults.cs
- DSASignatureDeformatter.cs
- PropertyPushdownHelper.cs
- ListItemCollection.cs
- EdmProperty.cs
- AuthenticateEventArgs.cs
- RadioButtonList.cs
- FixedDocumentPaginator.cs
- CodeLabeledStatement.cs
- DataSvcMapFileSerializer.cs
- DataColumnMappingCollection.cs
- ChannelTerminatedException.cs
- IDReferencePropertyAttribute.cs
- CodeMemberProperty.cs
- XpsDocumentEvent.cs
- ExplicitDiscriminatorMap.cs
- CommandManager.cs
- GetPageNumberCompletedEventArgs.cs
- PenContexts.cs
- ScrollViewer.cs
- XamlDesignerSerializationManager.cs
- XmlKeywords.cs
- XPathMultyIterator.cs
- Point3DValueSerializer.cs
- FixedSOMImage.cs
- DebugView.cs
- CodeTypeReference.cs
- SubqueryRules.cs
- TextBoxRenderer.cs
- BooleanStorage.cs