Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangingEventArgs.cs / 1305376 / PropertyChangingEventArgs.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 PropertyChangingEventArgs : EventArgs { private readonly string propertyName; ///Provides data for the ////// event. /// public PropertyChangingEventArgs(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 is changing. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class PropertyChangingEventArgs : EventArgs { private readonly string propertyName; ///Provides data for the ////// event. /// public PropertyChangingEventArgs(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 is changing. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BadImageFormatException.cs
- CompositeActivityValidator.cs
- HtmlControlPersistable.cs
- ProjectionCamera.cs
- TiffBitmapEncoder.cs
- Marshal.cs
- EncoderFallback.cs
- PackWebResponse.cs
- DocumentPageHost.cs
- SqlException.cs
- Exceptions.cs
- WebPartVerbCollection.cs
- HtmlObjectListAdapter.cs
- AuthenticationSection.cs
- FilterException.cs
- Span.cs
- connectionpool.cs
- PrintDialogException.cs
- MsdtcWrapper.cs
- ConfigurationValue.cs
- DesignOnlyAttribute.cs
- WebPartCollection.cs
- TextFormatter.cs
- TransformGroup.cs
- ResourceProviderFactory.cs
- GroupStyle.cs
- SafeBitVector32.cs
- AnnotationObservableCollection.cs
- SharedPerformanceCounter.cs
- GenericWebPart.cs
- SecurityPolicySection.cs
- XmlSchemaGroup.cs
- Helpers.cs
- ThemeDictionaryExtension.cs
- MetaTable.cs
- TraceLevelStore.cs
- RuntimeWrappedException.cs
- String.cs
- DataStorage.cs
- InvalidEnumArgumentException.cs
- TimersDescriptionAttribute.cs
- ListViewPagedDataSource.cs
- DataTableReader.cs
- SqlComparer.cs
- WebScriptClientGenerator.cs
- CodePropertyReferenceExpression.cs
- CompilationLock.cs
- SpecularMaterial.cs
- DurableEnlistmentState.cs
- ImplicitInputBrush.cs
- DesignerWithHeader.cs
- XmlToDatasetMap.cs
- ImageCollectionCodeDomSerializer.cs
- XmlEncodedRawTextWriter.cs
- XmlQuerySequence.cs
- HebrewCalendar.cs
- IsolationInterop.cs
- PictureBoxDesigner.cs
- XamlSerializerUtil.cs
- XmlSchemaDocumentation.cs
- RegexCompilationInfo.cs
- DelegatingHeader.cs
- UniqueID.cs
- Pair.cs
- CategoryAttribute.cs
- SystemFonts.cs
- CustomTypeDescriptor.cs
- BaseCodeDomTreeGenerator.cs
- TabItemWrapperAutomationPeer.cs
- DeferrableContentConverter.cs
- PictureBoxDesigner.cs
- CallSite.cs
- InstanceDataCollectionCollection.cs
- LambdaCompiler.Unary.cs
- FocusChangedEventArgs.cs
- FlowDocumentFormatter.cs
- PresentationAppDomainManager.cs
- AuthenticationException.cs
- IsolationInterop.cs
- XamlBuildTaskServices.cs
- RedirectionProxy.cs
- HttpModuleActionCollection.cs
- AmbientLight.cs
- BitHelper.cs
- ValidateNames.cs
- WorkflowPrinting.cs
- Decoder.cs
- XmlRootAttribute.cs
- PropertyEmitter.cs
- SyntaxCheck.cs
- AsyncPostBackTrigger.cs
- ResourceManager.cs
- ProtocolImporter.cs
- TypeSystem.cs
- Char.cs
- DataTableMappingCollection.cs
- TCPListener.cs
- DataListItem.cs
- BinaryFormatterWriter.cs
- DependencyPropertyValueSerializer.cs