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
- ActiveXSite.cs
- SapiRecoInterop.cs
- AsyncOperationManager.cs
- DataTableReaderListener.cs
- WindowsAuthenticationEventArgs.cs
- __FastResourceComparer.cs
- TextTreeInsertUndoUnit.cs
- BulletDecorator.cs
- UpdateTracker.cs
- RecordBuilder.cs
- WebEventCodes.cs
- WeakHashtable.cs
- StrokeCollection2.cs
- DataGridPreparingCellForEditEventArgs.cs
- TrackingExtract.cs
- ellipse.cs
- DiscoveryClientDocuments.cs
- OSFeature.cs
- InvalidPrinterException.cs
- FacetEnabledSchemaElement.cs
- Version.cs
- SecurityToken.cs
- RecognizedWordUnit.cs
- Ppl.cs
- BindValidator.cs
- FaultContractInfo.cs
- ManagementObjectCollection.cs
- BufferedGraphicsManager.cs
- GlobalProxySelection.cs
- RangeValidator.cs
- MsmqHostedTransportConfiguration.cs
- Vector3D.cs
- AnnotationResourceChangedEventArgs.cs
- UrlMappingCollection.cs
- SerializationInfoEnumerator.cs
- StylusPlugInCollection.cs
- SqlBulkCopyColumnMapping.cs
- FilteredXmlReader.cs
- SafeNativeMethods.cs
- BevelBitmapEffect.cs
- Utils.cs
- NameSpaceExtractor.cs
- CodeDirectionExpression.cs
- DeferredSelectedIndexReference.cs
- InkCanvasInnerCanvas.cs
- EncoderNLS.cs
- EdgeProfileValidation.cs
- BoundPropertyEntry.cs
- ScrollBarRenderer.cs
- QuaternionConverter.cs
- RoleExceptions.cs
- CachedFontFace.cs
- DbConnectionHelper.cs
- InternalMappingException.cs
- BooleanAnimationUsingKeyFrames.cs
- CompositeScriptReference.cs
- WebPartDescriptionCollection.cs
- XamlClipboardData.cs
- DrawingGroup.cs
- _ChunkParse.cs
- BitmapFrameEncode.cs
- PanelStyle.cs
- HoistedLocals.cs
- TabControl.cs
- ClientFormsIdentity.cs
- NameObjectCollectionBase.cs
- XmlSerializableServices.cs
- DependencyPropertyKind.cs
- Screen.cs
- CommandPlan.cs
- DataGridViewComboBoxCell.cs
- documentsequencetextcontainer.cs
- FactoryGenerator.cs
- AppDomain.cs
- FormView.cs
- Floater.cs
- ParserStreamGeometryContext.cs
- SystemWebExtensionsSectionGroup.cs
- TextElementCollection.cs
- JsonSerializer.cs
- StrongNameHelpers.cs
- SchemaCreator.cs
- MonthCalendar.cs
- ManagedWndProcTracker.cs
- MobileControlBuilder.cs
- EtwTrace.cs
- SqlBulkCopy.cs
- SignatureResourcePool.cs
- DashStyle.cs
- CapabilitiesPattern.cs
- DoubleAnimationBase.cs
- CreateUserWizardAutoFormat.cs
- _ListenerRequestStream.cs
- GenericRootAutomationPeer.cs
- ConnectionsZone.cs
- CompletedAsyncResult.cs
- XdrBuilder.cs
- HostingEnvironmentException.cs
- entitydatasourceentitysetnameconverter.cs
- CodeDomDecompiler.cs