Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / PropertyValueChangedEvent.cs / 1 / PropertyValueChangedEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; ////// /// The event class that is created when a property /// in the grid is modified by the user. /// [System.Runtime.InteropServices.ComVisible(true)] public class PropertyValueChangedEventArgs : EventArgs { private readonly GridItem changedItem; private object oldValue; ////// /// Constructor /// public PropertyValueChangedEventArgs(GridItem changedItem, object oldValue) { this.changedItem = changedItem; this.oldValue = oldValue; } ////// /// public GridItem ChangedItem { get { return changedItem; } } ///[To be supplied.] ////// /// public object OldValue { get { return oldValue; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TreeViewImageIndexConverter.cs
- AsyncOperation.cs
- GridViewUpdatedEventArgs.cs
- MetadataArtifactLoaderCompositeFile.cs
- Image.cs
- CroppedBitmap.cs
- EnumMember.cs
- RSACryptoServiceProvider.cs
- PreviewPrintController.cs
- ToolboxItemImageConverter.cs
- CompiledAction.cs
- GridViewSelectEventArgs.cs
- PropertyDescriptor.cs
- QuestionEventArgs.cs
- ConditionCollection.cs
- StatusBar.cs
- ThreadAttributes.cs
- ButtonFieldBase.cs
- SourceFileBuildProvider.cs
- SendMailErrorEventArgs.cs
- UnmanagedMemoryStream.cs
- AsymmetricSecurityBindingElement.cs
- TextContainerChangedEventArgs.cs
- SpoolingTask.cs
- ConditionalDesigner.cs
- WebPartCatalogAddVerb.cs
- FullTextBreakpoint.cs
- ArrayList.cs
- CacheEntry.cs
- FigureParagraph.cs
- CallContext.cs
- SchemeSettingElementCollection.cs
- CharacterShapingProperties.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- Brushes.cs
- PlanCompilerUtil.cs
- TcpSocketManager.cs
- Label.cs
- AssertFilter.cs
- LinearGradientBrush.cs
- XmlSchemaAttributeGroup.cs
- XmlSerializer.cs
- CipherData.cs
- CorrelationKey.cs
- NotifyCollectionChangedEventArgs.cs
- BidOverLoads.cs
- RectangleGeometry.cs
- ColumnBinding.cs
- SimpleRecyclingCache.cs
- ToolStripContentPanelDesigner.cs
- Constraint.cs
- UnsafeNativeMethodsMilCoreApi.cs
- EnumUnknown.cs
- Monitor.cs
- GenericsNotImplementedException.cs
- UDPClient.cs
- FullTextState.cs
- ScrollContentPresenter.cs
- ConnectionManagementElementCollection.cs
- TreeNodeStyleCollection.cs
- XmlBufferReader.cs
- TemplateAction.cs
- TimeIntervalCollection.cs
- ModelPerspective.cs
- ITreeGenerator.cs
- bindurihelper.cs
- DataControlLinkButton.cs
- HtmlImage.cs
- ReferenceList.cs
- TextEditorThreadLocalStore.cs
- _NegotiateClient.cs
- SkinIDTypeConverter.cs
- Registry.cs
- CachedPathData.cs
- TextSimpleMarkerProperties.cs
- CachedPathData.cs
- ColorMatrix.cs
- StrokeNode.cs
- ContextMenuService.cs
- DBBindings.cs
- DetailsViewCommandEventArgs.cs
- PropertyBuilder.cs
- CaseInsensitiveHashCodeProvider.cs
- CodeObject.cs
- SchemaMapping.cs
- SspiNegotiationTokenProviderState.cs
- ThicknessAnimationBase.cs
- AsyncCompletedEventArgs.cs
- FlowPosition.cs
- designeractionlistschangedeventargs.cs
- CheckPair.cs
- EntityKeyElement.cs
- RandomNumberGenerator.cs
- wmiprovider.cs
- InvokeProviderWrapper.cs
- PointCollectionValueSerializer.cs
- TimeEnumHelper.cs
- PrivilegedConfigurationManager.cs
- CommonXSendMessage.cs
- Utils.cs