Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Indicates the name of the property that changed. ///// 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Indicates the name of the property that changed. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ReflectEventDescriptor.cs
- PersistenceMetadataNamespace.cs
- SubqueryTrackingVisitor.cs
- ScriptServiceAttribute.cs
- LinqDataSourceContextEventArgs.cs
- StaticTextPointer.cs
- XmlHierarchicalDataSourceView.cs
- MailWriter.cs
- Models.cs
- SQLGuidStorage.cs
- HttpBrowserCapabilitiesWrapper.cs
- ParserStreamGeometryContext.cs
- ValidationSummary.cs
- ApplyImportsAction.cs
- XmlAttribute.cs
- BindableAttribute.cs
- NotifyParentPropertyAttribute.cs
- _BaseOverlappedAsyncResult.cs
- Rules.cs
- Int64Storage.cs
- XmlSchemaGroup.cs
- InputScope.cs
- ValueUnavailableException.cs
- Compress.cs
- HtmlMeta.cs
- AuthenticatedStream.cs
- EntitySetBaseCollection.cs
- RegularExpressionValidator.cs
- ControlCollection.cs
- DbProviderFactory.cs
- SmtpSection.cs
- Margins.cs
- SiteOfOriginContainer.cs
- Propagator.Evaluator.cs
- StoragePropertyMapping.cs
- CacheVirtualItemsEvent.cs
- MissingMethodException.cs
- ExclusiveHandle.cs
- WrappingXamlSchemaContext.cs
- DataGridViewRowCancelEventArgs.cs
- ViewPort3D.cs
- MultiBindingExpression.cs
- OleDbCommandBuilder.cs
- WinFormsSecurity.cs
- StsCommunicationException.cs
- QueryContinueDragEventArgs.cs
- ButtonField.cs
- SerializationInfoEnumerator.cs
- SafeFileMappingHandle.cs
- StaticExtensionConverter.cs
- NameTable.cs
- PublisherIdentityPermission.cs
- ProvideValueServiceProvider.cs
- RectAnimationBase.cs
- WebBrowserPermission.cs
- ToolStripPanelRenderEventArgs.cs
- MarshalDirectiveException.cs
- UnsafeNativeMethods.cs
- TextServicesPropertyRanges.cs
- ShaderRenderModeValidation.cs
- TypeRestriction.cs
- AsyncDataRequest.cs
- LabelEditEvent.cs
- SortQuery.cs
- CreateUserWizard.cs
- PropertyDescriptor.cs
- MDIControlStrip.cs
- FutureFactory.cs
- Exceptions.cs
- TextElementCollectionHelper.cs
- ToolBarTray.cs
- ControlBuilder.cs
- ReachIDocumentPaginatorSerializerAsync.cs
- IdentityModelDictionary.cs
- DBBindings.cs
- CacheChildrenQuery.cs
- CaseStatement.cs
- DSASignatureDeformatter.cs
- WriteTimeStream.cs
- SqlConnection.cs
- DataGridViewRow.cs
- GridViewRow.cs
- WorkflowInvoker.cs
- ParallelRangeManager.cs
- XmlSchemaElement.cs
- HttpCapabilitiesEvaluator.cs
- PropertyBuilder.cs
- CodeIdentifier.cs
- TemplateBindingExtensionConverter.cs
- BamlCollectionHolder.cs
- PersonalizationStateInfoCollection.cs
- HwndHost.cs
- ContentOnlyMessage.cs
- VisualCollection.cs
- UrlAuthorizationModule.cs
- HtmlWindow.cs
- StickyNote.cs
- MenuItemAutomationPeer.cs
- XmlIlVisitor.cs
- TemplatedWizardStep.cs