Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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;
///
/// Provides data for the
/// event.
///
[HostProtection(SharedState = true)]
public class PropertyChangedEventArgs : EventArgs {
private readonly string propertyName;
///
/// Initializes a new instance of the
/// class.
///
public PropertyChangedEventArgs(string propertyName) {
this.propertyName = propertyName;
}
///
/// Indicates the name of the property that changed.
///
public virtual string PropertyName {
get {
return propertyName;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.ComponentModel {
using System;
using System.Diagnostics;
using System.Security.Permissions;
///
/// Provides data for the
/// event.
///
[HostProtection(SharedState = true)]
public class PropertyChangedEventArgs : EventArgs {
private readonly string propertyName;
///
/// Initializes a new instance of the
/// class.
///
public PropertyChangedEventArgs(string propertyName) {
this.propertyName = propertyName;
}
///
/// Indicates the name of the property that changed.
///
public virtual string PropertyName {
get {
return propertyName;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UTF32Encoding.cs
- FontStretch.cs
- OleDbWrapper.cs
- URLMembershipCondition.cs
- DiscardableAttribute.cs
- TimersDescriptionAttribute.cs
- StrokeDescriptor.cs
- StorageModelBuildProvider.cs
- MenuItem.cs
- DocumentViewerBase.cs
- ImageCodecInfo.cs
- EventLogEntryCollection.cs
- ListViewGroupItemCollection.cs
- HttpHostedTransportConfiguration.cs
- XmlValidatingReader.cs
- TextServicesDisplayAttribute.cs
- IsolatedStorageFileStream.cs
- SerializationSectionGroup.cs
- SqlClientPermission.cs
- HandlerFactoryCache.cs
- GeneralTransform2DTo3DTo2D.cs
- ArcSegment.cs
- DataGridViewTextBoxCell.cs
- ContextQuery.cs
- MailMessageEventArgs.cs
- SHA512.cs
- FtpWebResponse.cs
- DataGridCell.cs
- WsatExtendedInformation.cs
- FacetChecker.cs
- PenContexts.cs
- WebPartHelpVerb.cs
- TextEncodedRawTextWriter.cs
- SamlSecurityTokenAuthenticator.cs
- FlatButtonAppearance.cs
- DSGeneratorProblem.cs
- WindowsRegion.cs
- ExceptionRoutedEventArgs.cs
- EpmContentSerializerBase.cs
- ChangePassword.cs
- QuotedPrintableStream.cs
- NumberSubstitution.cs
- DirectionalLight.cs
- ExecutedRoutedEventArgs.cs
- QueryCacheEntry.cs
- XpsPackagingException.cs
- DataGridViewCellPaintingEventArgs.cs
- WpfSharedBamlSchemaContext.cs
- ServiceMetadataPublishingElement.cs
- RoleGroupCollection.cs
- HelpProvider.cs
- Point3DCollectionValueSerializer.cs
- ClipboardProcessor.cs
- DateTimeFormatInfoScanner.cs
- ValidationSummaryDesigner.cs
- DefaultAutoFieldGenerator.cs
- OneOfElement.cs
- SiteMapDataSourceView.cs
- CancellationHandler.cs
- TableRowCollection.cs
- XmlSortKeyAccumulator.cs
- SizeLimitedCache.cs
- ImageFormatConverter.cs
- ServiceOperationInfoTypeConverter.cs
- DefaultTextStoreTextComposition.cs
- XmlILConstructAnalyzer.cs
- Membership.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- CompiledRegexRunnerFactory.cs
- WpfKnownMemberInvoker.cs
- AssemblyBuilderData.cs
- ProfileService.cs
- RtType.cs
- ListView.cs
- TypeCollectionDesigner.xaml.cs
- BatchWriter.cs
- DataControlLinkButton.cs
- Encoding.cs
- ReturnType.cs
- GridItem.cs
- PointConverter.cs
- TextClipboardData.cs
- DefaultSerializationProviderAttribute.cs
- WebZone.cs
- RequestSecurityTokenForGetBrowserToken.cs
- DataBindEngine.cs
- PublisherIdentityPermission.cs
- Shape.cs
- OracleConnectionStringBuilder.cs
- SmtpAuthenticationManager.cs
- ServiceModelSecurityTokenRequirement.cs
- Rect.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SqlSupersetValidator.cs
- CorrelationQueryBehavior.cs
- XmlNodeChangedEventManager.cs
- DesignerVerbCollection.cs
- UiaCoreProviderApi.cs
- FigureHelper.cs
- OperationInvokerTrace.cs