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
- Compensate.cs
- SQLDecimalStorage.cs
- Triangle.cs
- StorageInfo.cs
- Stack.cs
- returneventsaver.cs
- SchemaComplexType.cs
- FormsAuthenticationUserCollection.cs
- DbProviderFactories.cs
- ParameterModifier.cs
- TablePattern.cs
- autovalidator.cs
- FollowerQueueCreator.cs
- safex509handles.cs
- AssemblyAttributesGoHere.cs
- DtdParser.cs
- TableLayoutPanelCodeDomSerializer.cs
- Package.cs
- QilStrConcat.cs
- HtmlUtf8RawTextWriter.cs
- SafeArchiveContext.cs
- DesignerCommandAdapter.cs
- QilName.cs
- UserControlDocumentDesigner.cs
- SoapObjectInfo.cs
- IdentityNotMappedException.cs
- NetPeerTcpBindingElement.cs
- InternalConfigRoot.cs
- SqlMethodAttribute.cs
- HttpChannelFactory.cs
- OdbcConnectionFactory.cs
- X509ServiceCertificateAuthenticationElement.cs
- mediaeventshelper.cs
- CodeConditionStatement.cs
- RecognitionEventArgs.cs
- DataGridViewRowEventArgs.cs
- SingleKeyFrameCollection.cs
- AspCompat.cs
- FileDialogCustomPlacesCollection.cs
- PerformanceCounterPermission.cs
- WindowsSolidBrush.cs
- Processor.cs
- ConfigurationException.cs
- FilterFactory.cs
- PolyLineSegment.cs
- ApplicationId.cs
- TemplateLookupAction.cs
- InvalidOleVariantTypeException.cs
- XmlSchemaDatatype.cs
- ReachFixedDocumentSerializerAsync.cs
- SymLanguageVendor.cs
- _NegoStream.cs
- MetadataCollection.cs
- PageEventArgs.cs
- HttpDictionary.cs
- TypeForwardedToAttribute.cs
- _SslState.cs
- Visual3D.cs
- Int64Converter.cs
- Transform.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- CheckBoxField.cs
- MouseButtonEventArgs.cs
- CodeThrowExceptionStatement.cs
- CharAnimationBase.cs
- PointLight.cs
- ZoneMembershipCondition.cs
- EditorPart.cs
- GridViewItemAutomationPeer.cs
- ResXResourceReader.cs
- PathSegment.cs
- LogStream.cs
- EmptyStringExpandableObjectConverter.cs
- GridSplitterAutomationPeer.cs
- ServerValidateEventArgs.cs
- TargetInvocationException.cs
- ScriptingJsonSerializationSection.cs
- DictionaryEntry.cs
- EntityDataSourceWizardForm.cs
- Triangle.cs
- SessionStateItemCollection.cs
- LongAverageAggregationOperator.cs
- ClassHandlersStore.cs
- EndpointDiscoveryBehavior.cs
- WebPartEditorCancelVerb.cs
- SqlDataSourceCache.cs
- NamespaceMapping.cs
- XmlHierarchicalDataSourceView.cs
- AssemblyResourceLoader.cs
- DetailsViewPageEventArgs.cs
- MediaTimeline.cs
- HtmlElementEventArgs.cs
- WorkflowInstanceRecord.cs
- ClassHandlersStore.cs
- FocusChangedEventArgs.cs
- ListViewAutomationPeer.cs
- Rfc4050KeyFormatter.cs
- DictionaryKeyPropertyAttribute.cs
- TextBoxLine.cs
- VectorKeyFrameCollection.cs