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
- complextypematerializer.cs
- InstanceData.cs
- TrustManager.cs
- PanelDesigner.cs
- _ConnectStream.cs
- ConfigurationValidatorAttribute.cs
- wmiprovider.cs
- PersonalizationStateQuery.cs
- DesignTable.cs
- DataContractSerializerMessageContractImporter.cs
- UnaryNode.cs
- NameValuePair.cs
- PageClientProxyGenerator.cs
- CrossContextChannel.cs
- SqlNotificationRequest.cs
- EditorAttribute.cs
- EdmPropertyAttribute.cs
- XPathSelectionIterator.cs
- ExcCanonicalXml.cs
- CatalogZone.cs
- HandleValueEditor.cs
- FileLoadException.cs
- BamlTreeUpdater.cs
- Effect.cs
- AttachedPropertyBrowsableAttribute.cs
- DataSvcMapFile.cs
- unsafenativemethodstextservices.cs
- SoapAttributes.cs
- MailMessage.cs
- NameValuePair.cs
- DbModificationCommandTree.cs
- CustomCategoryAttribute.cs
- SynthesizerStateChangedEventArgs.cs
- XmlQualifiedName.cs
- WorkflowControlEndpoint.cs
- StorageSetMapping.cs
- CharUnicodeInfo.cs
- EdmPropertyAttribute.cs
- ToolboxComponentsCreatingEventArgs.cs
- ResourceSet.cs
- PropertyNames.cs
- PreviewKeyDownEventArgs.cs
- MouseGestureValueSerializer.cs
- Parser.cs
- StrokeCollectionDefaultValueFactory.cs
- InkCanvasSelection.cs
- XmlElementAttribute.cs
- ConfigXmlReader.cs
- VideoDrawing.cs
- RecordsAffectedEventArgs.cs
- TreeNodeCollection.cs
- DocumentSequenceHighlightLayer.cs
- ContextStaticAttribute.cs
- EventLog.cs
- TTSVoice.cs
- DataTableMappingCollection.cs
- SmtpReplyReader.cs
- TreePrinter.cs
- x509utils.cs
- EnumDataContract.cs
- CommandHelper.cs
- EntityClassGenerator.cs
- SiteMapNodeCollection.cs
- WebEvents.cs
- HttpConfigurationSystem.cs
- GridErrorDlg.cs
- LoginName.cs
- SessionPageStatePersister.cs
- PhysicalOps.cs
- UnsafeNativeMethods.cs
- ReliableRequestSessionChannel.cs
- TokenBasedSet.cs
- FrameworkRichTextComposition.cs
- ResolvePPIDRequest.cs
- PaginationProgressEventArgs.cs
- DynamicResourceExtensionConverter.cs
- Thumb.cs
- XslVisitor.cs
- AbsoluteQuery.cs
- DesignerActionService.cs
- SegmentInfo.cs
- NumericUpDown.cs
- Run.cs
- NonVisualControlAttribute.cs
- GridErrorDlg.cs
- Misc.cs
- XsltException.cs
- ListenerElementsCollection.cs
- PropertiesTab.cs
- EntityDataReader.cs
- GreenMethods.cs
- OleAutBinder.cs
- ListBoxAutomationPeer.cs
- xmlglyphRunInfo.cs
- Privilege.cs
- SchemaMapping.cs
- ZipIORawDataFileBlock.cs
- BaseAsyncResult.cs
- TextEffect.cs
- ServiceOperationParameter.cs