Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; } } } } // 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
- MethodToken.cs
- InProcStateClientManager.cs
- StyleCollection.cs
- ObjectStateFormatter.cs
- VirtualizedContainerService.cs
- SQLStringStorage.cs
- SortKey.cs
- Size3DValueSerializer.cs
- Preprocessor.cs
- DependencySource.cs
- QueryStringParameter.cs
- TemplateControlCodeDomTreeGenerator.cs
- MarshalDirectiveException.cs
- XmlSchemaSequence.cs
- WebPartConnectionsConfigureVerb.cs
- CodeNamespace.cs
- EntityContainer.cs
- ProviderCollection.cs
- MinMaxParagraphWidth.cs
- SystemThemeKey.cs
- UserControlDocumentDesigner.cs
- TrackingMemoryStream.cs
- NotSupportedException.cs
- DataContractAttribute.cs
- MarkupExtensionParser.cs
- ContextMenu.cs
- DesignerContextDescriptor.cs
- ACE.cs
- XmlValueConverter.cs
- Char.cs
- tibetanshape.cs
- Literal.cs
- METAHEADER.cs
- TreeNodeClickEventArgs.cs
- _Connection.cs
- Label.cs
- LostFocusEventManager.cs
- TaskFormBase.cs
- ISCIIEncoding.cs
- GeometryCollection.cs
- ServiceBusyException.cs
- AuthStoreRoleProvider.cs
- RequestQueue.cs
- ContourSegment.cs
- HostProtectionException.cs
- GACMembershipCondition.cs
- XmlQueryStaticData.cs
- MailDefinition.cs
- DropShadowEffect.cs
- HighlightComponent.cs
- Send.cs
- OrderedDictionaryStateHelper.cs
- ToolStripManager.cs
- WebHostScriptMappingsInstallComponent.cs
- HttpProfileGroupBase.cs
- MinMaxParagraphWidth.cs
- SortedList.cs
- VirtualPathProvider.cs
- ACE.cs
- HtmlFormParameterReader.cs
- ProcessHostConfigUtils.cs
- LabelLiteral.cs
- ItemAutomationPeer.cs
- XmlConverter.cs
- ButtonPopupAdapter.cs
- InternalDispatchObject.cs
- CellLabel.cs
- SmtpTransport.cs
- ClientRolePrincipal.cs
- DifferencingCollection.cs
- DateTimeFormatInfo.cs
- DetailsViewInsertedEventArgs.cs
- Triangle.cs
- SetIterators.cs
- ReadOnlyHierarchicalDataSource.cs
- columnmapkeybuilder.cs
- SQLMoney.cs
- CollectionEditor.cs
- Clock.cs
- TextServicesContext.cs
- CorePropertiesFilter.cs
- InstanceData.cs
- DeploymentSectionCache.cs
- VectorValueSerializer.cs
- Fonts.cs
- PathSegmentCollection.cs
- comcontractssection.cs
- QilCloneVisitor.cs
- TextRunTypographyProperties.cs
- SqlLiftIndependentRowExpressions.cs
- FormParameter.cs
- UnsafeNativeMethods.cs
- XpsS0ValidatingLoader.cs
- QilLoop.cs
- DataGridColumnFloatingHeader.cs
- Conditional.cs
- Material.cs
- ImageFormatConverter.cs
- InvalidAsynchronousStateException.cs
- MsmqIntegrationMessageProperty.cs