Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FormViewInsertedEventArgs.cs
- IntranetCredentialPolicy.cs
- WindowsStatic.cs
- HotSpotCollection.cs
- UIntPtr.cs
- EntityDesignerBuildProvider.cs
- XsltContext.cs
- WebPartEditorOkVerb.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- ExpandoObject.cs
- TemplateAction.cs
- Registry.cs
- OutputBuffer.cs
- PropertyGroupDescription.cs
- _NegoStream.cs
- DataSetMappper.cs
- ColorTransform.cs
- DiagnosticTraceSource.cs
- ListViewDeletedEventArgs.cs
- InputReportEventArgs.cs
- LoginCancelEventArgs.cs
- InfoCardAsymmetricCrypto.cs
- EpmCustomContentSerializer.cs
- DataGridPagerStyle.cs
- XamlWriter.cs
- FrameworkContentElement.cs
- ScrollBar.cs
- PenLineCapValidation.cs
- Label.cs
- RtfControlWordInfo.cs
- SimpleHandlerFactory.cs
- SchemaAttDef.cs
- X509CertificateTrustedIssuerElement.cs
- PerformanceCountersElement.cs
- RadioButtonFlatAdapter.cs
- WindowsEditBoxRange.cs
- FileInfo.cs
- CompositeActivityTypeDescriptorProvider.cs
- URLAttribute.cs
- TraceHandler.cs
- DesignerProperties.cs
- CollectionBuilder.cs
- PrePrepareMethodAttribute.cs
- PauseStoryboard.cs
- RawContentTypeMapper.cs
- ResolveMatchesMessage11.cs
- DbDeleteCommandTree.cs
- DataGridViewDataConnection.cs
- IFlowDocumentViewer.cs
- mansign.cs
- MsmqNonTransactedPoisonHandler.cs
- WsatServiceAddress.cs
- HtmlTableRowCollection.cs
- CounterCreationData.cs
- SQLInt16.cs
- ListViewItem.cs
- ObjectToIdCache.cs
- AmbientEnvironment.cs
- StringAnimationUsingKeyFrames.cs
- PartManifestEntry.cs
- LinkedResource.cs
- Point3DValueSerializer.cs
- DrawListViewItemEventArgs.cs
- ObjectDataSourceStatusEventArgs.cs
- TablePatternIdentifiers.cs
- TableLayoutColumnStyleCollection.cs
- CachedBitmap.cs
- HealthMonitoringSectionHelper.cs
- Stack.cs
- Point4DConverter.cs
- XPathMessageFilterTable.cs
- WebService.cs
- TileBrush.cs
- ParallelTimeline.cs
- CacheEntry.cs
- AnyReturnReader.cs
- Rotation3DAnimation.cs
- XmlChildNodes.cs
- Gdiplus.cs
- ValueProviderWrapper.cs
- ActivityDesignerAccessibleObject.cs
- Pair.cs
- XmlCodeExporter.cs
- FontNameEditor.cs
- Geometry3D.cs
- XmlKeywords.cs
- HttpResponse.cs
- XmlBinaryWriterSession.cs
- FileUtil.cs
- Native.cs
- FixedSOMElement.cs
- RefreshPropertiesAttribute.cs
- CodeCompiler.cs
- TabPanel.cs
- CodeParameterDeclarationExpressionCollection.cs
- XpsFilter.cs
- ScaleTransform.cs
- DataSourceControlBuilder.cs
- documentation.cs
- DefaultPrintController.cs