Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- SystemThemeKey.cs
- RoleService.cs
- SamlConstants.cs
- SqlDuplicator.cs
- ValidationVisibilityAttribute.cs
- AxDesigner.cs
- WebPartDescription.cs
- PtsCache.cs
- SequentialUshortCollection.cs
- WindowsListViewScroll.cs
- PeerConnector.cs
- ParameterBuilder.cs
- WindowsEditBox.cs
- BitVec.cs
- Listbox.cs
- TextTrailingWordEllipsis.cs
- TreeIterators.cs
- IteratorFilter.cs
- CodeTypeParameterCollection.cs
- WpfXamlLoader.cs
- ServicePointManager.cs
- EdgeProfileValidation.cs
- SqlPersonalizationProvider.cs
- CustomAttributeSerializer.cs
- TraceContext.cs
- RadioButtonRenderer.cs
- BitmapEffectrendercontext.cs
- MessageProtectionOrder.cs
- TypedTableBaseExtensions.cs
- initElementDictionary.cs
- WebServiceErrorEvent.cs
- StreamSecurityUpgradeAcceptor.cs
- ThumbAutomationPeer.cs
- UnsafeNativeMethods.cs
- PreloadedPackages.cs
- TextInfo.cs
- StringHelper.cs
- ScrollChrome.cs
- NonClientArea.cs
- HMACSHA256.cs
- StrokeFIndices.cs
- lengthconverter.cs
- XmlSchemaGroupRef.cs
- SystemUnicastIPAddressInformation.cs
- ISAPIWorkerRequest.cs
- FileDialogPermission.cs
- CompilationSection.cs
- HostingEnvironmentSection.cs
- RowBinding.cs
- TimeSpanValidatorAttribute.cs
- TokenBasedSetEnumerator.cs
- SearchForVirtualItemEventArgs.cs
- Model3DGroup.cs
- ReadOnlyAttribute.cs
- CustomErrorCollection.cs
- SQLMoney.cs
- XmlSchemaFacet.cs
- ListViewCommandEventArgs.cs
- RepeaterItemEventArgs.cs
- HttpWriter.cs
- CipherData.cs
- COM2ExtendedUITypeEditor.cs
- OdbcConnection.cs
- SharedConnectionListener.cs
- WindowInteropHelper.cs
- WebPartMinimizeVerb.cs
- ReflectionPermission.cs
- XPathDocumentBuilder.cs
- MenuBindingsEditor.cs
- HttpHandlersSection.cs
- FormViewAutoFormat.cs
- SoapFault.cs
- ProtocolsConfigurationEntry.cs
- ScrollBar.cs
- HttpProtocolReflector.cs
- InputLangChangeEvent.cs
- TraceHandler.cs
- ErrorHandler.cs
- PropertyIdentifier.cs
- ExtentCqlBlock.cs
- SendMailErrorEventArgs.cs
- ProtocolsConfigurationHandler.cs
- ManifestResourceInfo.cs
- DataPagerFieldCommandEventArgs.cs
- RemotingSurrogateSelector.cs
- DeclarativeCatalogPart.cs
- DataControlPagerLinkButton.cs
- Ray3DHitTestResult.cs
- DataGridViewCellStyleConverter.cs
- SkipStoryboardToFill.cs
- SerializableAuthorizationContext.cs
- SqlColumnizer.cs
- QilLoop.cs
- EndOfStreamException.cs
- PageThemeParser.cs
- FontStyleConverter.cs
- ShaderRenderModeValidation.cs
- DiscoveryDocumentSearchPattern.cs
- MimeFormatter.cs
- RequestQueue.cs