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
- FieldBuilder.cs
- Stackframe.cs
- AccessViolationException.cs
- RootBrowserWindowAutomationPeer.cs
- TextViewSelectionProcessor.cs
- Unit.cs
- SingleConverter.cs
- XmlSchemaGroup.cs
- FileUpload.cs
- TlsnegoTokenAuthenticator.cs
- FixedNode.cs
- WebPartConnectionsCancelVerb.cs
- ApplicationException.cs
- DrawingContextWalker.cs
- securestring.cs
- _TransmitFileOverlappedAsyncResult.cs
- TextBoxLine.cs
- SmiMetaDataProperty.cs
- TableCellCollection.cs
- ConfigurationPropertyCollection.cs
- SafeHandles.cs
- IntSecurity.cs
- SqlMethodTransformer.cs
- SqlGenerator.cs
- RubberbandSelector.cs
- WebPartsPersonalizationAuthorization.cs
- PriorityChain.cs
- InstanceKeyCompleteException.cs
- ProfileParameter.cs
- _Win32.cs
- ToolStripOverflowButton.cs
- RSAPKCS1KeyExchangeFormatter.cs
- CloudCollection.cs
- PictureBox.cs
- RuntimeIdentifierPropertyAttribute.cs
- SchemaImporter.cs
- TranslateTransform3D.cs
- HwndSubclass.cs
- PropertyRef.cs
- Compress.cs
- DesignerHierarchicalDataSourceView.cs
- Byte.cs
- _StreamFramer.cs
- OutOfMemoryException.cs
- TransformedBitmap.cs
- WindowsImpersonationContext.cs
- ListViewItem.cs
- CapiHashAlgorithm.cs
- WebPartCancelEventArgs.cs
- wmiutil.cs
- EncoderFallback.cs
- PrimitiveCodeDomSerializer.cs
- SqlUtils.cs
- StorageMappingFragment.cs
- Win32MouseDevice.cs
- ACE.cs
- LicenseProviderAttribute.cs
- TextContainerHelper.cs
- SiteMapDataSourceView.cs
- GridLength.cs
- RegexWorker.cs
- RouteItem.cs
- GraphicsPathIterator.cs
- InternalConfigRoot.cs
- CounterCreationData.cs
- FixedSOMTableCell.cs
- X509UI.cs
- ObjectDataSourceDisposingEventArgs.cs
- ThicknessKeyFrameCollection.cs
- XmlAttributeOverrides.cs
- BatchServiceHost.cs
- FontStyles.cs
- SoapFormatter.cs
- UidManager.cs
- SiteOfOriginPart.cs
- GenericAuthenticationEventArgs.cs
- AttachInfo.cs
- LogicalExpressionTypeConverter.cs
- MetabaseSettingsIis7.cs
- SortedSetDebugView.cs
- ComponentEditorPage.cs
- Simplifier.cs
- CacheForPrimitiveTypes.cs
- DbProviderConfigurationHandler.cs
- ThreadStartException.cs
- ServicesUtilities.cs
- SqlClientPermission.cs
- EditBehavior.cs
- WaitHandleCannotBeOpenedException.cs
- DataTemplateKey.cs
- IteratorFilter.cs
- DataGridClipboardHelper.cs
- MarshalByValueComponent.cs
- SqlDataReaderSmi.cs
- StylusPointCollection.cs
- SpeakProgressEventArgs.cs
- DeclarationUpdate.cs
- PartBasedPackageProperties.cs
- NativeCompoundFileAPIs.cs
- Setter.cs