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
- InfiniteTimeSpanConverter.cs
- FormCollection.cs
- DataTableClearEvent.cs
- SqlClientMetaDataCollectionNames.cs
- DataControlField.cs
- WindowsSlider.cs
- SafeNativeMethods.cs
- TreeNode.cs
- ScriptComponentDescriptor.cs
- ToolStripLabel.cs
- IListConverters.cs
- SafeNativeMethodsOther.cs
- ExceptionRoutedEventArgs.cs
- DateTime.cs
- ConfigurationCollectionAttribute.cs
- CapabilitiesRule.cs
- ProfileGroupSettings.cs
- StandardBindingElementCollection.cs
- FlowDocumentView.cs
- PointF.cs
- WebRequestModuleElementCollection.cs
- CapabilitiesRule.cs
- RSAPKCS1SignatureDeformatter.cs
- MachinePropertyVariants.cs
- DataShape.cs
- OleDbDataAdapter.cs
- CommandLibraryHelper.cs
- PagedDataSource.cs
- XamlTreeBuilderBamlRecordWriter.cs
- TextElementCollection.cs
- WaitForChangedResult.cs
- XPathScanner.cs
- Tracking.cs
- WorkflowOwnershipException.cs
- DataFieldCollectionEditor.cs
- TextViewSelectionProcessor.cs
- DesignerTransactionCloseEvent.cs
- ObjectMemberMapping.cs
- VirtualPathProvider.cs
- HashSetDebugView.cs
- Error.cs
- QilTernary.cs
- _BufferOffsetSize.cs
- CounterCreationDataCollection.cs
- TableChangeProcessor.cs
- StorageBasedPackageProperties.cs
- Convert.cs
- ConsoleTraceListener.cs
- CqlLexerHelpers.cs
- FlowNode.cs
- SessionStateSection.cs
- LambdaCompiler.Statements.cs
- CompositeControlDesigner.cs
- ArraySortHelper.cs
- AssociationType.cs
- WindowsGraphicsWrapper.cs
- WebConfigurationFileMap.cs
- DataGridViewCellConverter.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- RequestNavigateEventArgs.cs
- BoundsDrawingContextWalker.cs
- ProfilePropertyNameValidator.cs
- InternalMappingException.cs
- HttpResponseWrapper.cs
- WebBrowserPermission.cs
- HttpRuntime.cs
- EntityProviderFactory.cs
- BamlLocalizableResourceKey.cs
- CurrencyWrapper.cs
- TypeConverterHelper.cs
- BaseWebProxyFinder.cs
- XmlSortKeyAccumulator.cs
- PasswordTextNavigator.cs
- TimeoutValidationAttribute.cs
- ObjectAnimationUsingKeyFrames.cs
- DayRenderEvent.cs
- ImpersonationContext.cs
- BindingsCollection.cs
- IsolatedStorageSecurityState.cs
- SharedStatics.cs
- _Semaphore.cs
- TraceUtility.cs
- ListBindableAttribute.cs
- DataGridViewSortCompareEventArgs.cs
- SequenceDesigner.cs
- RTLAwareMessageBox.cs
- NotifyInputEventArgs.cs
- BaseUriHelper.cs
- SlipBehavior.cs
- BlurEffect.cs
- ThreadAttributes.cs
- DescendantOverDescendantQuery.cs
- DataGridViewColumnEventArgs.cs
- DataListItemEventArgs.cs
- DragCompletedEventArgs.cs
- MeasurementDCInfo.cs
- TextElement.cs
- MimeTypeAttribute.cs
- SendKeys.cs
- XmlAutoDetectWriter.cs