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
- DesignerCommandSet.cs
- Lasso.cs
- HttpListenerRequestUriBuilder.cs
- ListBindingHelper.cs
- RenderData.cs
- SqlCacheDependencyDatabaseCollection.cs
- PropertyPathWorker.cs
- PropertyValueUIItem.cs
- CheckBoxField.cs
- Deserializer.cs
- SetIndexBinder.cs
- ControlCachePolicy.cs
- DLinqColumnProvider.cs
- SerializableAttribute.cs
- ErrorEventArgs.cs
- ConfigXmlSignificantWhitespace.cs
- IdnMapping.cs
- Font.cs
- FormatterServices.cs
- QueryOutputWriter.cs
- StringCollection.cs
- DetailsViewUpdatedEventArgs.cs
- NumericUpDownAcceleration.cs
- Stylesheet.cs
- SoapElementAttribute.cs
- Camera.cs
- MemoryMappedFileSecurity.cs
- Configuration.cs
- InheritanceRules.cs
- TextEffect.cs
- PropertyBuilder.cs
- ToolStripStatusLabel.cs
- ConstructorNeedsTagAttribute.cs
- SingleStorage.cs
- ListViewItemSelectionChangedEvent.cs
- FormViewInsertEventArgs.cs
- TraceHandlerErrorFormatter.cs
- ClientUrlResolverWrapper.cs
- XmlTextAttribute.cs
- CompilationPass2Task.cs
- QuaternionRotation3D.cs
- DetailsViewActionList.cs
- PreviewControlDesigner.cs
- GenericUI.cs
- CmsInterop.cs
- ConfigurationPropertyCollection.cs
- SQLStringStorage.cs
- RequestCacheManager.cs
- DesignerOptions.cs
- ValidationRuleCollection.cs
- ColorEditor.cs
- WebCategoryAttribute.cs
- NestPullup.cs
- GenericUriParser.cs
- EventSinkActivityDesigner.cs
- WebPartTransformerAttribute.cs
- Quaternion.cs
- DocumentApplicationState.cs
- XamlDesignerSerializationManager.cs
- COM2ExtendedTypeConverter.cs
- WebColorConverter.cs
- RectAnimationBase.cs
- CopyCodeAction.cs
- PresentationTraceSources.cs
- SafeHGlobalHandleCritical.cs
- MarginsConverter.cs
- BoundingRectTracker.cs
- Profiler.cs
- CategoryGridEntry.cs
- SwitchElementsCollection.cs
- RuleCache.cs
- OrderedDictionaryStateHelper.cs
- DefaultExpression.cs
- ColorTransformHelper.cs
- StrokeNodeEnumerator.cs
- HtmlTextArea.cs
- WorkflowRuntimeServicesBehavior.cs
- RijndaelManagedTransform.cs
- XsltLoader.cs
- StylusEventArgs.cs
- DataTableCollection.cs
- XmlReturnReader.cs
- WebPartManagerInternals.cs
- WebPartConnectVerb.cs
- ListBindableAttribute.cs
- StringSource.cs
- ListenerConnectionDemuxer.cs
- URL.cs
- AsyncResult.cs
- DispatchChannelSink.cs
- ComboBoxItem.cs
- ExcCanonicalXml.cs
- ApplicationTrust.cs
- Delegate.cs
- InputManager.cs
- MemoryFailPoint.cs
- FamilyTypeface.cs
- StrongTypingException.cs
- Rule.cs
- XPathMultyIterator.cs