Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / PropertyValueChangedEvent.cs / 1305376 / 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LocalizedNameDescriptionPair.cs
- ComponentEditorForm.cs
- ECDsa.cs
- ClassDataContract.cs
- PersonalizablePropertyEntry.cs
- BufferedMessageWriter.cs
- StateChangeEvent.cs
- RelationshipConverter.cs
- HtmlString.cs
- SHA256.cs
- RuntimeCompatibilityAttribute.cs
- WindowsScrollBarBits.cs
- Brush.cs
- Stackframe.cs
- CheckoutException.cs
- LicenseException.cs
- SourceFilter.cs
- AspNetSynchronizationContext.cs
- HttpPostServerProtocol.cs
- TextDecorationCollection.cs
- _NestedSingleAsyncResult.cs
- Timer.cs
- GlyphElement.cs
- ColumnMapTranslator.cs
- StartUpEventArgs.cs
- LinqDataSourceHelper.cs
- PeerResolver.cs
- EncoderReplacementFallback.cs
- FeatureSupport.cs
- LinqDataView.cs
- PersonalizationProviderHelper.cs
- RegexGroup.cs
- ConfigurationElementProperty.cs
- PointAnimationClockResource.cs
- WebCategoryAttribute.cs
- XmlSortKey.cs
- RubberbandSelector.cs
- FileAuthorizationModule.cs
- AppDomainUnloadedException.cs
- ErrorRuntimeConfig.cs
- Enlistment.cs
- SimpleModelProvider.cs
- SelectionChangedEventArgs.cs
- DefaultMemberAttribute.cs
- StoreContentChangedEventArgs.cs
- TypeResolver.cs
- EdmSchemaAttribute.cs
- ContainerAction.cs
- DateTimeFormatInfoScanner.cs
- TemplateFactory.cs
- UidManager.cs
- SqlCommandAsyncResult.cs
- tabpagecollectioneditor.cs
- DataBindingList.cs
- ResXResourceReader.cs
- AsymmetricSignatureDeformatter.cs
- GeneralTransformGroup.cs
- CodeDOMUtility.cs
- Viewport3DVisual.cs
- ThicknessAnimation.cs
- CodeSubDirectory.cs
- MsmqReceiveParameters.cs
- RuleInfoComparer.cs
- HtmlInputReset.cs
- XmlWellformedWriter.cs
- TargetPerspective.cs
- ColorTypeConverter.cs
- ExpressionList.cs
- DuplicateDetector.cs
- MatrixConverter.cs
- DataRelation.cs
- FrameworkReadOnlyPropertyMetadata.cs
- NoPersistHandle.cs
- XmlSchemaChoice.cs
- IPipelineRuntime.cs
- FocusChangedEventArgs.cs
- ActivityExecutor.cs
- XamlReaderHelper.cs
- QuaternionRotation3D.cs
- WinFormsSecurity.cs
- StateMachineDesignerPaint.cs
- SqlCaseSimplifier.cs
- WebScriptServiceHost.cs
- DefaultBindingPropertyAttribute.cs
- DesignerHelpers.cs
- Literal.cs
- BuildManagerHost.cs
- ToolStripItemEventArgs.cs
- PathFigureCollectionConverter.cs
- CodeThrowExceptionStatement.cs
- DefaultBindingPropertyAttribute.cs
- CaseStatement.cs
- DataGridViewCell.cs
- DiagnosticTraceSource.cs
- FocusTracker.cs
- PeerTransportListenAddressValidator.cs
- LiteralControl.cs
- Deserializer.cs
- HtmlTableCellCollection.cs
- ResourceDisplayNameAttribute.cs