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;
///
/// Provides data for the
/// event.
///
[HostProtection(SharedState = true)]
public class PropertyChangingEventArgs : EventArgs {
private readonly string propertyName;
///
/// Initializes a new instance of the
/// class.
///
public PropertyChangingEventArgs(string propertyName) {
this.propertyName = propertyName;
}
///
/// Indicates the name of the property that is changing.
///
public virtual string PropertyName {
get {
return propertyName;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EventSourceCreationData.cs
- TypeListConverter.cs
- OleDbRowUpdatedEvent.cs
- SourceElementsCollection.cs
- Operator.cs
- NonClientArea.cs
- MappingModelBuildProvider.cs
- EventHandlers.cs
- Page.cs
- OdbcConnectionOpen.cs
- XmlQueryRuntime.cs
- ComplexType.cs
- SqlProviderManifest.cs
- AuthenticationConfig.cs
- PolicyStatement.cs
- ProfileManager.cs
- DesignerAdapterAttribute.cs
- WorkflowTraceTransfer.cs
- SecUtil.cs
- EmbossBitmapEffect.cs
- ProcessModelInfo.cs
- ThreadExceptionEvent.cs
- ServiceAuthorizationElement.cs
- Serializer.cs
- assemblycache.cs
- X509SubjectKeyIdentifierClause.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- LocalizabilityAttribute.cs
- ParallelEnumerable.cs
- SurrogateDataContract.cs
- PrintController.cs
- DocumentAutomationPeer.cs
- DocumentViewerConstants.cs
- CryptoKeySecurity.cs
- StrokeNode.cs
- RenderDataDrawingContext.cs
- MouseWheelEventArgs.cs
- QueueProcessor.cs
- DBCSCodePageEncoding.cs
- VersionedStream.cs
- DesignTimeVisibleAttribute.cs
- CalendarTable.cs
- AQNBuilder.cs
- SoapSchemaMember.cs
- OdbcRowUpdatingEvent.cs
- InvokeWebServiceDesigner.cs
- TextTreePropertyUndoUnit.cs
- AutomationPropertyChangedEventArgs.cs
- Size.cs
- DataGridViewTextBoxColumn.cs
- TreeNodeCollection.cs
- ListItemCollection.cs
- Wizard.cs
- TabItemWrapperAutomationPeer.cs
- VisualTarget.cs
- FormViewUpdatedEventArgs.cs
- EntryPointNotFoundException.cs
- TimelineClockCollection.cs
- TemplateControlParser.cs
- CodeObjectCreateExpression.cs
- WsdlInspector.cs
- WebPartMenuStyle.cs
- FormsAuthenticationUserCollection.cs
- FontInfo.cs
- SetterBase.cs
- SecurityContext.cs
- CounterSampleCalculator.cs
- ListCollectionView.cs
- Rect3D.cs
- TextPointer.cs
- EntitySqlQueryState.cs
- BitmapImage.cs
- InputMethodStateChangeEventArgs.cs
- BStrWrapper.cs
- ComplexTypeEmitter.cs
- TextEffect.cs
- DynamicControl.cs
- PackageDigitalSignature.cs
- DBAsyncResult.cs
- DrawingAttributesDefaultValueFactory.cs
- DataTransferEventArgs.cs
- WebRequestModuleElement.cs
- SelfIssuedAuthRSAPKCS1SignatureDeformatter.cs
- OleDbParameter.cs
- GPPOINT.cs
- SessionIDManager.cs
- CqlLexerHelpers.cs
- RoleGroupCollection.cs
- XamlHostingSectionGroup.cs
- ManagementClass.cs
- CurrencyManager.cs
- HostingEnvironment.cs
- EntityDataSourceViewSchema.cs
- ObjectDataSourceStatusEventArgs.cs
- GPStream.cs
- ObjectItemCollection.cs
- EventWaitHandleSecurity.cs
- BrowserTree.cs
- FactoryMaker.cs
- mediapermission.cs