Code:
/ DotNET / DotNET / 8.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
- CellParagraph.cs
- HtmlElementEventArgs.cs
- HyperLinkStyle.cs
- PropertyInformation.cs
- WebPartDeleteVerb.cs
- XmlElementCollection.cs
- WebMessageFormatHelper.cs
- LogLogRecord.cs
- ModelToObjectValueConverter.cs
- ProcessHostServerConfig.cs
- StrokeNode.cs
- QilTargetType.cs
- EUCJPEncoding.cs
- TypeConverter.cs
- ConfigurationLocation.cs
- StructuralCache.cs
- DynamicILGenerator.cs
- DataGridViewRowPrePaintEventArgs.cs
- ProfileSettings.cs
- ComPlusThreadInitializer.cs
- HttpRequest.cs
- SystemWebCachingSectionGroup.cs
- EditorPartCollection.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ProtocolsConfiguration.cs
- GridItemPattern.cs
- Odbc32.cs
- OpenTypeLayoutCache.cs
- UnsafeNetInfoNativeMethods.cs
- CurrencyManager.cs
- DateTimeConstantAttribute.cs
- RegexRunner.cs
- ColorConverter.cs
- LinqToSqlWrapper.cs
- ActivationArguments.cs
- WebPartPersonalization.cs
- HashStream.cs
- FontNameConverter.cs
- GC.cs
- ApplicationException.cs
- GenerateTemporaryAssemblyTask.cs
- DesignerOptionService.cs
- ConfigurationProperty.cs
- PathSegment.cs
- SmtpCommands.cs
- SafeTokenHandle.cs
- mansign.cs
- OperationDescriptionCollection.cs
- Overlapped.cs
- Visual3D.cs
- ManagedWndProcTracker.cs
- FormViewPageEventArgs.cs
- CustomValidator.cs
- ValueUtilsSmi.cs
- ProfileProvider.cs
- SequenceNumber.cs
- StatusBarPanelClickEvent.cs
- XmlCharType.cs
- SchemaUtility.cs
- COM2ExtendedUITypeEditor.cs
- UInt64Storage.cs
- KeyGestureValueSerializer.cs
- OleDbFactory.cs
- HttpChannelHelper.cs
- CombinedGeometry.cs
- BadImageFormatException.cs
- AccessDataSource.cs
- DbgUtil.cs
- Int32Storage.cs
- FileDialog.cs
- DesignTimeTemplateParser.cs
- DataServiceHostWrapper.cs
- ConstructorNeedsTagAttribute.cs
- ApplicationSecurityManager.cs
- BaseCAMarshaler.cs
- CellCreator.cs
- BamlLocalizationDictionary.cs
- ObjectDataSourceStatusEventArgs.cs
- ObjectQuery_EntitySqlExtensions.cs
- RegionData.cs
- InvokePattern.cs
- ListViewDataItem.cs
- EventDescriptor.cs
- ColorMap.cs
- AuthenticationModulesSection.cs
- FileDataSourceCache.cs
- StringFunctions.cs
- DataGridViewColumnHeaderCell.cs
- ProfileProvider.cs
- PriorityQueue.cs
- XmlSerializerOperationBehavior.cs
- ColorConverter.cs
- ConfigDefinitionUpdates.cs
- QilXmlReader.cs
- XmlWhitespace.cs
- FormView.cs
- PopupRootAutomationPeer.cs
- QueryInterceptorAttribute.cs
- SponsorHelper.cs
- AdapterDictionary.cs