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
- BrowsableAttribute.cs
- ThaiBuddhistCalendar.cs
- ErrorFormatter.cs
- HttpProfileBase.cs
- Pkcs7Signer.cs
- LoggedException.cs
- Parameter.cs
- ListComponentEditor.cs
- DynamicActivity.cs
- ResXBuildProvider.cs
- HtmlTitle.cs
- MemberPath.cs
- DataList.cs
- FileLevelControlBuilderAttribute.cs
- SocketInformation.cs
- AnnotationResource.cs
- BitmapSourceSafeMILHandle.cs
- CultureTableRecord.cs
- HtmlElementCollection.cs
- EntityDesignerBuildProvider.cs
- LockRecursionException.cs
- ReadOnlyHierarchicalDataSource.cs
- EntityDataSourceContextCreatingEventArgs.cs
- SignedInfo.cs
- PinProtectionHelper.cs
- TraceData.cs
- XmlKeywords.cs
- Message.cs
- ConnectionStringsExpressionBuilder.cs
- ParallelTimeline.cs
- Size.cs
- FolderBrowserDialog.cs
- SizeFConverter.cs
- SocketException.cs
- DataGridViewRowCancelEventArgs.cs
- ProviderBase.cs
- PointAnimationClockResource.cs
- DeleteIndexBinder.cs
- MailAddress.cs
- TransactedReceiveData.cs
- XPathParser.cs
- Condition.cs
- ProtocolsConfigurationEntry.cs
- TraceUtility.cs
- ToolStripDropDownItemDesigner.cs
- XmlSchemaSubstitutionGroup.cs
- ShaderEffect.cs
- EntityDataSourceChangedEventArgs.cs
- HwndSource.cs
- CompositeFontFamily.cs
- UiaCoreProviderApi.cs
- DecoderFallbackWithFailureFlag.cs
- GridLengthConverter.cs
- assemblycache.cs
- Point3DCollection.cs
- WindowsRichEdit.cs
- ExpandableObjectConverter.cs
- HtmlFormWrapper.cs
- OutputScopeManager.cs
- TypeListConverter.cs
- Types.cs
- HttpWriter.cs
- TargetInvocationException.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- FragmentQueryKB.cs
- AffineTransform3D.cs
- precedingsibling.cs
- fixedPageContentExtractor.cs
- ListViewEditEventArgs.cs
- ChameleonKey.cs
- CompositeCollection.cs
- FixUpCollection.cs
- SqlProvider.cs
- TypedTableBase.cs
- KeyboardDevice.cs
- ReflectionTypeLoadException.cs
- TypeElement.cs
- RtType.cs
- FontUnit.cs
- WebPartVerbsEventArgs.cs
- PropertyEmitterBase.cs
- KeyFrames.cs
- SymmetricAlgorithm.cs
- TextParaLineResult.cs
- ProcessHostFactoryHelper.cs
- DbTransaction.cs
- TrackingStringDictionary.cs
- XmlILOptimizerVisitor.cs
- SchemaInfo.cs
- RowToFieldTransformer.cs
- ThumbAutomationPeer.cs
- ContextMenuStripGroup.cs
- EdmProperty.cs
- IntranetCredentialPolicy.cs
- LicFileLicenseProvider.cs
- CodeAssignStatement.cs
- EntityDataSourceWizardForm.cs
- AnonymousIdentificationSection.cs
- ContainerFilterService.cs
- WebBrowserHelper.cs