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
- ModelItemCollection.cs
- WindowInteropHelper.cs
- HitTestDrawingContextWalker.cs
- ValidationRuleCollection.cs
- NullReferenceException.cs
- DataGridSortCommandEventArgs.cs
- DataServiceClientException.cs
- LogRestartAreaEnumerator.cs
- ManipulationDevice.cs
- DbConnectionPoolGroupProviderInfo.cs
- CompilerError.cs
- SystemInformation.cs
- CompositeDuplexBindingElement.cs
- BrowserDefinitionCollection.cs
- TextReader.cs
- OleDbError.cs
- SearchForVirtualItemEventArgs.cs
- WebUtil.cs
- SparseMemoryStream.cs
- SecurityDocument.cs
- EntityContainer.cs
- WebSysDescriptionAttribute.cs
- HtmlFormAdapter.cs
- StorageAssociationTypeMapping.cs
- WhileDesigner.xaml.cs
- SqlFileStream.cs
- ImageIndexConverter.cs
- ClientOperation.cs
- PartitionResolver.cs
- OdbcStatementHandle.cs
- TextAutomationPeer.cs
- SmtpTransport.cs
- SerializerDescriptor.cs
- RenderDataDrawingContext.cs
- UidManager.cs
- MenuItem.cs
- TextWriter.cs
- HostExecutionContextManager.cs
- ClientProtocol.cs
- UIElement.cs
- IInstanceTable.cs
- ObjectPersistData.cs
- XdrBuilder.cs
- SecurityUtils.cs
- StylusPointDescription.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- ListenerConstants.cs
- SqlProfileProvider.cs
- FastPropertyAccessor.cs
- RectangleHotSpot.cs
- basenumberconverter.cs
- InterleavedZipPartStream.cs
- MetaTable.cs
- prefixendpointaddressmessagefiltertable.cs
- CssClassPropertyAttribute.cs
- SqlFunctionAttribute.cs
- DbSetClause.cs
- SecurityProtocolFactory.cs
- FileChangesMonitor.cs
- OpenTypeLayoutCache.cs
- StrokeNodeData.cs
- ProfileManager.cs
- BlockingCollection.cs
- DbConnectionStringBuilder.cs
- XmlLangPropertyAttribute.cs
- ResourcesBuildProvider.cs
- GeometryDrawing.cs
- TextServicesCompartmentEventSink.cs
- TextRangeEditLists.cs
- VisualStyleElement.cs
- Rijndael.cs
- DockingAttribute.cs
- ToolStripDropDownMenu.cs
- ToolboxDataAttribute.cs
- SecureEnvironment.cs
- StrongName.cs
- XmlSerializerOperationBehavior.cs
- AssemblyCollection.cs
- MultiView.cs
- SqlDataSourceConfigureSelectPanel.cs
- ArraySubsetEnumerator.cs
- TableParaClient.cs
- ThreadStartException.cs
- WmlPageAdapter.cs
- ClientCultureInfo.cs
- RegisterResponseInfo.cs
- NotifyParentPropertyAttribute.cs
- UnsafeNativeMethodsPenimc.cs
- CounterNameConverter.cs
- CriticalHandle.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- Visual3D.cs
- UserControl.cs
- TraceSection.cs
- Claim.cs
- HtmlTableCellCollection.cs
- BinaryObjectInfo.cs
- ConnectionConsumerAttribute.cs
- XmlAttributeCollection.cs
- PtsContext.cs