Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangingEventArgs.cs / 4 / 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
- XmlSchemaValidationException.cs
- DesignerPerfEventProvider.cs
- FrameworkReadOnlyPropertyMetadata.cs
- TextBoxAutomationPeer.cs
- RootProfilePropertySettingsCollection.cs
- HtmlFormWrapper.cs
- TimeSpanMinutesConverter.cs
- StrokeNodeOperations2.cs
- ResourceProviderFactory.cs
- Scheduler.cs
- CachedPathData.cs
- FrameworkRichTextComposition.cs
- LogicalTreeHelper.cs
- ApplicationProxyInternal.cs
- ServiceDesigner.cs
- ApplicationCommands.cs
- CodeEventReferenceExpression.cs
- CompositeActivityCodeGenerator.cs
- CounterNameConverter.cs
- _UriSyntax.cs
- PrivateFontCollection.cs
- FileDialogPermission.cs
- SqlUdtInfo.cs
- SoapAttributeAttribute.cs
- Table.cs
- TreeViewItemAutomationPeer.cs
- ECDsa.cs
- UndirectedGraph.cs
- EndpointNameMessageFilter.cs
- FormsIdentity.cs
- TimeZoneNotFoundException.cs
- SqlDelegatedTransaction.cs
- ModelProperty.cs
- SizeLimitedCache.cs
- IPEndPoint.cs
- LazyLoadBehavior.cs
- CursorConverter.cs
- XmlEntity.cs
- DesignTimeVisibleAttribute.cs
- StandardTransformFactory.cs
- FuncTypeConverter.cs
- CodeTypeMember.cs
- WindowsSlider.cs
- AsyncContentLoadedEventArgs.cs
- AttachedPropertyMethodSelector.cs
- SingleAnimationUsingKeyFrames.cs
- InvokeDelegate.cs
- NullRuntimeConfig.cs
- WorkflowApplicationTerminatedException.cs
- ToolStripRendererSwitcher.cs
- SspiSafeHandles.cs
- TreeViewImageIndexConverter.cs
- TypeLoadException.cs
- ResumeStoryboard.cs
- WebRequestModuleElementCollection.cs
- FixedPosition.cs
- CodeFieldReferenceExpression.cs
- SafeRegistryHandle.cs
- ThumbAutomationPeer.cs
- System.Data.OracleClient_BID.cs
- DateTimeFormat.cs
- SafeNativeMethodsCLR.cs
- XPathDocumentBuilder.cs
- BaseDataBoundControl.cs
- SearchExpression.cs
- IndicFontClient.cs
- BehaviorEditorPart.cs
- ApplicationException.cs
- DbProviderServices.cs
- XmlValidatingReader.cs
- SqlCommand.cs
- Binding.cs
- Triangle.cs
- ApplicationId.cs
- WindowHideOrCloseTracker.cs
- TraceSection.cs
- ExtensionDataObject.cs
- VerticalAlignConverter.cs
- RepeatButton.cs
- MediaCommands.cs
- XmlSchemaSimpleContentRestriction.cs
- ExpressionWriter.cs
- FlowDocumentPaginator.cs
- SQLInt32.cs
- ProtocolsConfiguration.cs
- DefaultMemberAttribute.cs
- SqlParameterCollection.cs
- AttachedAnnotationChangedEventArgs.cs
- VisualTreeHelper.cs
- XslTransformFileEditor.cs
- HttpProfileGroupBase.cs
- InkCanvasAutomationPeer.cs
- NCryptSafeHandles.cs
- _ContextAwareResult.cs
- VisualTreeHelper.cs
- SecurityPolicySection.cs
- HttpProfileGroupBase.cs
- PocoPropertyAccessorStrategy.cs
- FileNameEditor.cs
- CompositeDataBoundControl.cs