Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangingEventArgs.cs / 1 / 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; } } } }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
- InkCanvasSelection.cs
- ComponentResourceManager.cs
- NetworkStream.cs
- LinqDataSourceInsertEventArgs.cs
- ScaleTransform.cs
- XmlSerializerVersionAttribute.cs
- RowUpdatedEventArgs.cs
- NativeCompoundFileAPIs.cs
- ProjectionCamera.cs
- Point4D.cs
- CodeNamespaceImportCollection.cs
- XPathNavigatorReader.cs
- GridViewDeletedEventArgs.cs
- XmlSchemaException.cs
- XmlSchemaAnyAttribute.cs
- DbConnectionHelper.cs
- MimeWriter.cs
- WbmpConverter.cs
- DoubleMinMaxAggregationOperator.cs
- HtmlLiteralTextAdapter.cs
- EventMemberCodeDomSerializer.cs
- AdCreatedEventArgs.cs
- FileDialog_Vista_Interop.cs
- CustomError.cs
- SqlDataSourceCommandEventArgs.cs
- CheckBoxBaseAdapter.cs
- ParenExpr.cs
- ClientUrlResolverWrapper.cs
- PointAnimationUsingPath.cs
- XPathDocumentIterator.cs
- Delay.cs
- BackgroundWorker.cs
- DynamicRendererThreadManager.cs
- ErrorFormatterPage.cs
- EditorZoneDesigner.cs
- LOSFormatter.cs
- ActivityBuilderHelper.cs
- SemaphoreSlim.cs
- Base64Stream.cs
- WeakRefEnumerator.cs
- StreamSecurityUpgradeAcceptorBase.cs
- XmlSchemaValidationException.cs
- TextParagraphCache.cs
- HttpApplicationFactory.cs
- WebScriptEnablingBehavior.cs
- ImpersonationContext.cs
- Span.cs
- ObjectToIdCache.cs
- UInt32Converter.cs
- HMACSHA512.cs
- TreeNodeMouseHoverEvent.cs
- ExitEventArgs.cs
- TextLineResult.cs
- SafeSecurityHandles.cs
- SQlBooleanStorage.cs
- DataQuery.cs
- EdmRelationshipRoleAttribute.cs
- EditorPartDesigner.cs
- Literal.cs
- InvalidCastException.cs
- RestHandlerFactory.cs
- WMICapabilities.cs
- HiddenField.cs
- ReadOnlyActivityGlyph.cs
- RecommendedAsConfigurableAttribute.cs
- RemotingHelper.cs
- ValuePatternIdentifiers.cs
- PerformanceCounterManager.cs
- EncoderParameters.cs
- MarshalByValueComponent.cs
- ErrorHandler.cs
- StateMachineDesignerPaint.cs
- PartialCachingAttribute.cs
- GeometryDrawing.cs
- KeyToListMap.cs
- LinkLabelLinkClickedEvent.cs
- RNGCryptoServiceProvider.cs
- GeometryHitTestParameters.cs
- ResXBuildProvider.cs
- IdnMapping.cs
- NameValueSectionHandler.cs
- EventDrivenDesigner.cs
- DESCryptoServiceProvider.cs
- CodeDomSerializerBase.cs
- DynamicObjectAccessor.cs
- NetworkInformationException.cs
- TreeNodeCollection.cs
- MultipartIdentifier.cs
- MonthChangedEventArgs.cs
- ParenExpr.cs
- InvalidTimeZoneException.cs
- Label.cs
- UnsafeNativeMethods.cs
- Coordinator.cs
- ReliableChannelBinder.cs
- Trace.cs
- UTF8Encoding.cs
- CapabilitiesPattern.cs
- GridEntry.cs
- EqualityComparer.cs