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; ////// [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
- StringReader.cs
- WebControlAdapter.cs
- PeerEndPoint.cs
- DataPager.cs
- ErrorInfoXmlDocument.cs
- SchemaTypeEmitter.cs
- ResourceWriter.cs
- GorillaCodec.cs
- StyleSelector.cs
- InvalidComObjectException.cs
- DataFormats.cs
- DesignerFrame.cs
- IPipelineRuntime.cs
- PrintPageEvent.cs
- IdentityValidationException.cs
- AutomationPattern.cs
- Attributes.cs
- XmlDataImplementation.cs
- GCHandleCookieTable.cs
- RawTextInputReport.cs
- cache.cs
- SubMenuStyle.cs
- TimeBoundedCache.cs
- UnmanagedBitmapWrapper.cs
- MethodCallExpression.cs
- AmbientProperties.cs
- TableProviderWrapper.cs
- RoleService.cs
- OptionalRstParameters.cs
- MarkupExtensionParser.cs
- PkcsUtils.cs
- TextParagraph.cs
- XamlSerializerUtil.cs
- _TLSstream.cs
- GeometryHitTestParameters.cs
- ClientSideQueueItem.cs
- wmiprovider.cs
- smtpconnection.cs
- MutableAssemblyCacheEntry.cs
- InteropBitmapSource.cs
- MouseWheelEventArgs.cs
- SqlMethodTransformer.cs
- BroadcastEventHelper.cs
- PropertyAccessVisitor.cs
- BrowserDefinitionCollection.cs
- NumericUpDownAcceleration.cs
- GridViewDeletedEventArgs.cs
- XmlHierarchicalEnumerable.cs
- SecurityUtils.cs
- PhonemeEventArgs.cs
- TextReturnReader.cs
- GlobalEventManager.cs
- TextParagraphCache.cs
- EnumValAlphaComparer.cs
- Transform3DCollection.cs
- Attributes.cs
- cookiecollection.cs
- BooleanFunctions.cs
- NamespaceCollection.cs
- SolidColorBrush.cs
- RoleManagerSection.cs
- SiteMapSection.cs
- WebPartZone.cs
- SqlDataSourceCommandEventArgs.cs
- RowType.cs
- DropShadowBitmapEffect.cs
- ProtocolsConfigurationHandler.cs
- XPathPatternParser.cs
- QueryContinueDragEventArgs.cs
- BooleanSwitch.cs
- MembershipUser.cs
- Int32KeyFrameCollection.cs
- Italic.cs
- CodeGen.cs
- Exceptions.cs
- UrlUtility.cs
- DummyDataSource.cs
- StringPropertyBuilder.cs
- NodeLabelEditEvent.cs
- WindowsSolidBrush.cs
- OLEDB_Enum.cs
- SponsorHelper.cs
- BindingContext.cs
- EntityContainerEntitySet.cs
- infer.cs
- JsonGlobals.cs
- PropertyDescriptorCollection.cs
- ListViewItem.cs
- MessagePropertyVariants.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- TextEvent.cs
- ButtonFieldBase.cs
- XmlLanguageConverter.cs
- WindowsListViewItem.cs
- IItemContainerGenerator.cs
- WindowVisualStateTracker.cs
- CategoryNameCollection.cs
- PassportPrincipal.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- ConfigsHelper.cs