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
- PathGeometry.cs
- XmlNavigatorStack.cs
- ReflectEventDescriptor.cs
- ConfigXmlAttribute.cs
- BinHexEncoder.cs
- ConfigXmlElement.cs
- XmlArrayItemAttribute.cs
- XmlElementAttribute.cs
- DocumentXmlWriter.cs
- TemplateBuilder.cs
- DataBinder.cs
- XmlSchemaSimpleTypeList.cs
- PagesSection.cs
- DefaultPropertyAttribute.cs
- FontWeights.cs
- FacetDescription.cs
- ReadContentAsBinaryHelper.cs
- KeyTimeConverter.cs
- DataTrigger.cs
- TargetControlTypeAttribute.cs
- Page.cs
- TableLayoutCellPaintEventArgs.cs
- Vector3DValueSerializer.cs
- OleDbCommand.cs
- OleDbFactory.cs
- EncoderNLS.cs
- SQLGuidStorage.cs
- WeakReadOnlyCollection.cs
- OptionalMessageQuery.cs
- SR.cs
- SqlGatherConsumedAliases.cs
- NetworkInformationException.cs
- ProcessModelSection.cs
- StatusBarPanel.cs
- IHttpResponseInternal.cs
- JsonFormatGeneratorStatics.cs
- DictationGrammar.cs
- EnumerableRowCollectionExtensions.cs
- Matrix3DStack.cs
- SpeechSeg.cs
- DesignTimeParseData.cs
- FullTextLine.cs
- GeneralTransform2DTo3D.cs
- Point3DAnimationBase.cs
- SocketCache.cs
- ISFClipboardData.cs
- TabletCollection.cs
- InvocationExpression.cs
- EncryptedKey.cs
- SortDescriptionCollection.cs
- SQLByteStorage.cs
- ValidatingReaderNodeData.cs
- AlphabeticalEnumConverter.cs
- NativeMethods.cs
- CodeVariableReferenceExpression.cs
- XmlMemberMapping.cs
- FrameDimension.cs
- EntityKeyElement.cs
- DESCryptoServiceProvider.cs
- StyleCollectionEditor.cs
- DiscoveryInnerClientAdhoc11.cs
- ErrorHandlerModule.cs
- ICspAsymmetricAlgorithm.cs
- Tracking.cs
- MetadataSerializer.cs
- FunctionImportMapping.cs
- ErrorStyle.cs
- DbMetaDataFactory.cs
- PropertyTab.cs
- EventRoute.cs
- FullTextLine.cs
- RelativeSource.cs
- SocketPermission.cs
- StateInitialization.cs
- BrowsableAttribute.cs
- AsyncOperation.cs
- ExpressionEditorAttribute.cs
- CriticalHandle.cs
- EventManager.cs
- CommandCollectionEditor.cs
- RecordManager.cs
- CompositeScriptReference.cs
- TypeElement.cs
- ModuleBuilder.cs
- CheckBoxBaseAdapter.cs
- ScaleTransform3D.cs
- XmlDataSource.cs
- ChannelManager.cs
- OutputCacheEntry.cs
- AxDesigner.cs
- DateTimeFormatInfoScanner.cs
- COM2PropertyBuilderUITypeEditor.cs
- BindingsCollection.cs
- GcHandle.cs
- MultitargetUtil.cs
- AnimationStorage.cs
- EntityConnectionStringBuilder.cs
- Menu.cs
- ImageList.cs
- connectionpool.cs