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
- Panel.cs
- PageCatalogPart.cs
- RpcAsyncResult.cs
- DbMetaDataColumnNames.cs
- XmlIncludeAttribute.cs
- FrugalMap.cs
- ConvertBinder.cs
- HandlerMappingMemo.cs
- Effect.cs
- MembershipPasswordException.cs
- Parsers.cs
- Size3D.cs
- FixUp.cs
- ProtocolsConfigurationEntry.cs
- XmlProcessingInstruction.cs
- BindableAttribute.cs
- WorkItem.cs
- GridViewAutoFormat.cs
- UnitySerializationHolder.cs
- ColorDialog.cs
- DataObjectPastingEventArgs.cs
- TranslateTransform3D.cs
- RequestCache.cs
- EntityDataSourceChangedEventArgs.cs
- ExtensibleClassFactory.cs
- PriorityRange.cs
- Axis.cs
- AsyncDataRequest.cs
- WinEventWrap.cs
- GridViewUpdatedEventArgs.cs
- Style.cs
- StylusPlugin.cs
- XsdBuildProvider.cs
- x509store.cs
- DbParameterCollectionHelper.cs
- MethodBuilder.cs
- StreamGeometry.cs
- OracleDataReader.cs
- FacetValues.cs
- BidOverLoads.cs
- NotEqual.cs
- TdsParserStateObject.cs
- PanelStyle.cs
- MaskDescriptors.cs
- HttpModulesSection.cs
- DataServiceHostFactory.cs
- EntityContainerEntitySet.cs
- ListViewDeleteEventArgs.cs
- RowUpdatingEventArgs.cs
- XPathDocument.cs
- SetStoryboardSpeedRatio.cs
- EntityDataSourceContainerNameConverter.cs
- ViewStateException.cs
- ProjectionNode.cs
- GregorianCalendarHelper.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ModelItemDictionaryImpl.cs
- AnnotationHelper.cs
- OdbcEnvironment.cs
- RuntimeTransactionHandle.cs
- ImageAttributes.cs
- CursorConverter.cs
- IsolatedStorageFile.cs
- XmlAttributeCache.cs
- ErrorFormatterPage.cs
- WebPartZone.cs
- ListViewItem.cs
- TextSearch.cs
- UnsafeNativeMethods.cs
- ListControl.cs
- HttpModule.cs
- ServerValidateEventArgs.cs
- CreatingCookieEventArgs.cs
- StickyNoteContentControl.cs
- CmsUtils.cs
- PermissionAttributes.cs
- StylusOverProperty.cs
- DragEventArgs.cs
- SecurityAppliedMessage.cs
- mediaeventargs.cs
- ZipIOLocalFileDataDescriptor.cs
- SqlDataReader.cs
- EditorOptionAttribute.cs
- XamlStream.cs
- CodeVariableReferenceExpression.cs
- _NativeSSPI.cs
- MediaTimeline.cs
- TraceUtility.cs
- RepeatBehaviorConverter.cs
- StrokeIntersection.cs
- DefaultTextStore.cs
- XmlSchemaImporter.cs
- ControlFilterExpression.cs
- EntityDataSourceValidationException.cs
- JavaScriptString.cs
- BufferModesCollection.cs
- Tablet.cs
- UdpDiscoveryEndpoint.cs
- SqlConnection.cs
- LoginName.cs