Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangedEventArgs.cs / 1 / PropertyChangedEventArgs.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 PropertyChangedEventArgs : EventArgs { private readonly string propertyName; ///Provides data for the ////// event. /// public PropertyChangedEventArgs(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 changed. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HostedBindingBehavior.cs
- PersonalizationProviderHelper.cs
- assemblycache.cs
- Brushes.cs
- ReadOnlyPropertyMetadata.cs
- TextEditorThreadLocalStore.cs
- WebConvert.cs
- XamlReaderHelper.cs
- CultureInfoConverter.cs
- MediaContext.cs
- EditorAttribute.cs
- SendOperation.cs
- WebServiceFaultDesigner.cs
- IISUnsafeMethods.cs
- OneToOneMappingSerializer.cs
- followingsibling.cs
- __FastResourceComparer.cs
- SmiEventSink_DeferedProcessing.cs
- Bidi.cs
- BindUriHelper.cs
- AuthenticateEventArgs.cs
- SchemaName.cs
- AsyncCompletedEventArgs.cs
- WindowsFormsEditorServiceHelper.cs
- Int16Animation.cs
- CompiledQuery.cs
- RawStylusSystemGestureInputReport.cs
- BitStream.cs
- AssociationSetEnd.cs
- CreateUserErrorEventArgs.cs
- AspNetHostingPermission.cs
- SafeWaitHandle.cs
- ConnectionStringEditor.cs
- JsonSerializer.cs
- JsonWriter.cs
- ConstraintStruct.cs
- Style.cs
- ContravarianceAdapter.cs
- StandardToolWindows.cs
- CodeDelegateInvokeExpression.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- JulianCalendar.cs
- ECDsa.cs
- GridPattern.cs
- RegisteredArrayDeclaration.cs
- COSERVERINFO.cs
- WmiPutTraceRecord.cs
- ApplicationTrust.cs
- TabItem.cs
- DataColumnPropertyDescriptor.cs
- TemplateControlParser.cs
- Size.cs
- AutomationPeer.cs
- DataGridItem.cs
- ZoneMembershipCondition.cs
- HttpConfigurationSystem.cs
- QueryPageSettingsEventArgs.cs
- InternalControlCollection.cs
- codemethodreferenceexpression.cs
- EncodingTable.cs
- WaveHeader.cs
- dtdvalidator.cs
- Int32EqualityComparer.cs
- BaseValidator.cs
- OracleConnectionFactory.cs
- XmlQueryTypeFactory.cs
- FlowLayout.cs
- AttachedPropertyMethodSelector.cs
- OptionUsage.cs
- ConfigurationLocationCollection.cs
- InvalidTimeZoneException.cs
- TreeNodeEventArgs.cs
- PinnedBufferMemoryStream.cs
- CompoundFileDeflateTransform.cs
- CounterSetInstanceCounterDataSet.cs
- Size3DConverter.cs
- PartitionResolver.cs
- SymLanguageType.cs
- AssociationSetEnd.cs
- UnregisterInfo.cs
- IndexedWhereQueryOperator.cs
- ADRoleFactory.cs
- StringHandle.cs
- DataTableExtensions.cs
- WeakHashtable.cs
- ToolStripRendererSwitcher.cs
- StateDesigner.cs
- ConnectionPointCookie.cs
- ColorDialog.cs
- Form.cs
- BuildProviderAppliesToAttribute.cs
- DotExpr.cs
- EnumUnknown.cs
- GetChildSubtree.cs
- TableCellCollection.cs
- RightsManagementSuppressedStream.cs
- SqlTransaction.cs
- CompositeScriptReference.cs
- CounterNameConverter.cs
- InternalPolicyElement.cs