Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Indicates the name of the property that is changing. ///// 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
- PerformanceCounterScope.cs
- RangeValidator.cs
- BlurBitmapEffect.cs
- SqlIdentifier.cs
- ApplicationGesture.cs
- TypeDescriptionProviderAttribute.cs
- TextTrailingCharacterEllipsis.cs
- VisualCollection.cs
- RemotingServices.cs
- ObjectTypeMapping.cs
- Style.cs
- FixedPageStructure.cs
- AutoCompleteStringCollection.cs
- CodeMemberEvent.cs
- BitmapFrameDecode.cs
- PropertyReferenceSerializer.cs
- EmptyStringExpandableObjectConverter.cs
- SafeHandles.cs
- ConnectionManagementElementCollection.cs
- ReferenceEqualityComparer.cs
- PageClientProxyGenerator.cs
- RelatedPropertyManager.cs
- PagedDataSource.cs
- SwitchLevelAttribute.cs
- ImpersonateTokenRef.cs
- PackagePartCollection.cs
- PtsHelper.cs
- BehaviorEditorPart.cs
- DelimitedListTraceListener.cs
- StylusPlugin.cs
- CryptoKeySecurity.cs
- LongCountAggregationOperator.cs
- CqlGenerator.cs
- Triangle.cs
- SerializationFieldInfo.cs
- ClientApiGenerator.cs
- ContainerActivationHelper.cs
- GenerateDerivedKeyRequest.cs
- PageThemeCodeDomTreeGenerator.cs
- ComplexPropertyEntry.cs
- WindowPatternIdentifiers.cs
- EditorZoneBase.cs
- FixedDocumentSequencePaginator.cs
- MobileListItem.cs
- JsonReaderDelegator.cs
- DataGridRow.cs
- MailWebEventProvider.cs
- DataTableCollection.cs
- KeyedCollection.cs
- UdpSocketReceiveManager.cs
- SqlGatherConsumedAliases.cs
- ADRoleFactoryConfiguration.cs
- xmlglyphRunInfo.cs
- PageThemeCodeDomTreeGenerator.cs
- List.cs
- WindowsGraphics2.cs
- UserControl.cs
- LazyTextWriterCreator.cs
- HttpModulesSection.cs
- TaskResultSetter.cs
- ItemsPanelTemplate.cs
- TextViewSelectionProcessor.cs
- Selection.cs
- MeasurementDCInfo.cs
- AutoGeneratedFieldProperties.cs
- ValueChangedEventManager.cs
- DataRowExtensions.cs
- SqlTransaction.cs
- Utility.cs
- CallSiteBinder.cs
- ReachObjectContext.cs
- HttpValueCollection.cs
- FlowSwitchLink.cs
- PropertyChangeTracker.cs
- ZipIOExtraFieldZip64Element.cs
- UnsafeNativeMethods.cs
- SymmetricKeyWrap.cs
- SizeAnimationUsingKeyFrames.cs
- ConsoleEntryPoint.cs
- TextureBrush.cs
- TypeLibConverter.cs
- MethodCallTranslator.cs
- SerializationAttributes.cs
- GacUtil.cs
- PassportPrincipal.cs
- EndPoint.cs
- SelectionService.cs
- SqlWebEventProvider.cs
- StandardOleMarshalObject.cs
- TimeoutException.cs
- VerificationException.cs
- EntityObject.cs
- InlineUIContainer.cs
- IItemContainerGenerator.cs
- ImageListUtils.cs
- CustomBindingElement.cs
- DoubleLink.cs
- CodeRegionDirective.cs
- FrameAutomationPeer.cs
- PromptEventArgs.cs