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
- ObjectHelper.cs
- ApplicationSecurityInfo.cs
- XmlDsigSep2000.cs
- DoubleCollection.cs
- ConfigDefinitionUpdates.cs
- PermissionRequestEvidence.cs
- QueryOperationResponseOfT.cs
- EncodingNLS.cs
- oledbmetadatacolumnnames.cs
- TypeConverterAttribute.cs
- TrustManagerMoreInformation.cs
- LoginCancelEventArgs.cs
- TableAdapterManagerHelper.cs
- IODescriptionAttribute.cs
- SetStateDesigner.cs
- InputLanguageCollection.cs
- MediaContext.cs
- WebPageTraceListener.cs
- XmlSchemaAll.cs
- CodeTryCatchFinallyStatement.cs
- SoapMessage.cs
- GridViewColumnHeader.cs
- QilScopedVisitor.cs
- PathFigure.cs
- ExpressionNode.cs
- PropertyPushdownHelper.cs
- Queue.cs
- Blend.cs
- ConfigurationManagerHelper.cs
- Monitor.cs
- InstanceNameConverter.cs
- MenuScrollingVisibilityConverter.cs
- DesignerOptionService.cs
- Listbox.cs
- EntityDescriptor.cs
- WebPartTransformer.cs
- DelegatingStream.cs
- UIElementAutomationPeer.cs
- httpserverutility.cs
- InkPresenter.cs
- sitestring.cs
- StateDesigner.LayoutSelectionGlyph.cs
- InvokeProviderWrapper.cs
- Int32Storage.cs
- FontDriver.cs
- CheckBoxRenderer.cs
- TreeNodeBinding.cs
- MailMessage.cs
- CatalogPartChrome.cs
- DBSqlParser.cs
- XmlNodeChangedEventManager.cs
- ExpressionVisitor.cs
- MetafileEditor.cs
- XPathNodeHelper.cs
- ListViewContainer.cs
- XmlSchemaSet.cs
- PreviewPageInfo.cs
- Decoder.cs
- CodeNamespaceCollection.cs
- IxmlLineInfo.cs
- SyndicationSerializer.cs
- Int32.cs
- PrivateFontCollection.cs
- SortableBindingList.cs
- AvTraceDetails.cs
- GetParentChain.cs
- StringFreezingAttribute.cs
- DotNetATv1WindowsLogEntrySerializer.cs
- ListViewItemCollectionEditor.cs
- ProtectedConfiguration.cs
- MaskDescriptor.cs
- NullRuntimeConfig.cs
- QfeChecker.cs
- NotFiniteNumberException.cs
- DocumentReferenceCollection.cs
- WpfSharedBamlSchemaContext.cs
- RouteUrlExpressionBuilder.cs
- FloaterParaClient.cs
- TdsParserSessionPool.cs
- WmlObjectListAdapter.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- ScriptControlDescriptor.cs
- Helpers.cs
- _CacheStreams.cs
- ConfigXmlCDataSection.cs
- Attachment.cs
- QueryableFilterRepeater.cs
- SmiXetterAccessMap.cs
- XsdDuration.cs
- ProtocolInformationWriter.cs
- TypeDefinition.cs
- CmsInterop.cs
- HandlerBase.cs
- DataRowComparer.cs
- Sql8ExpressionRewriter.cs
- SaveLedgerEntryRequest.cs
- ChangeInterceptorAttribute.cs
- ExeContext.cs
- XmlSchema.cs
- SeverityFilter.cs