Code:
/ DotNET / DotNET / 8.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
- FileResponseElement.cs
- VScrollBar.cs
- IncrementalHitTester.cs
- ImplicitInputBrush.cs
- FixedTextView.cs
- ZipPackagePart.cs
- UriScheme.cs
- StateChangeEvent.cs
- RegexBoyerMoore.cs
- SqlUserDefinedTypeAttribute.cs
- EncodingDataItem.cs
- XpsResourceDictionary.cs
- ControlBuilderAttribute.cs
- BindingsCollection.cs
- DynamicRendererThreadManager.cs
- CompilerGeneratedAttribute.cs
- DefaultEvaluationContext.cs
- LayoutEditorPart.cs
- HashHelper.cs
- ParameterCollection.cs
- OAVariantLib.cs
- EntityUtil.cs
- OperationFormatUse.cs
- SymLanguageType.cs
- PriorityItem.cs
- ErrorFormatterPage.cs
- FirstMatchCodeGroup.cs
- GridViewColumnCollectionChangedEventArgs.cs
- TreeView.cs
- _OSSOCK.cs
- FixedStringLookup.cs
- SqlBulkCopyColumnMapping.cs
- CompilationSection.cs
- PinnedBufferMemoryStream.cs
- ToolStripHighContrastRenderer.cs
- SnapLine.cs
- ProcessStartInfo.cs
- VirtualDirectoryMapping.cs
- FigureParagraph.cs
- LocalFileSettingsProvider.cs
- XsltContext.cs
- Error.cs
- returneventsaver.cs
- ChildDocumentBlock.cs
- ListBoxItemAutomationPeer.cs
- DataGridViewAdvancedBorderStyle.cs
- ApplicationHost.cs
- FunctionImportElement.cs
- ConnectionManager.cs
- oledbmetadatacolumnnames.cs
- CodeTypeDelegate.cs
- SocketAddress.cs
- RemotingException.cs
- ClickablePoint.cs
- SqlConnectionString.cs
- CDSCollectionETWBCLProvider.cs
- GuidConverter.cs
- UnsafeNativeMethods.cs
- PrintDialogException.cs
- DbDataSourceEnumerator.cs
- XPathNodeInfoAtom.cs
- SortKey.cs
- Main.cs
- HttpStreamXmlDictionaryWriter.cs
- TokenFactoryFactory.cs
- XmlSchemaObject.cs
- RawMouseInputReport.cs
- FontCacheLogic.cs
- AdPostCacheSubstitution.cs
- CredentialCache.cs
- HandlerMappingMemo.cs
- DataRowChangeEvent.cs
- DynamicRendererThreadManager.cs
- SpeechEvent.cs
- WizardPanel.cs
- XmlConverter.cs
- BitmapFrameDecode.cs
- ImagingCache.cs
- DbExpressionVisitor_TResultType.cs
- StickyNoteAnnotations.cs
- DesignerActionPanel.cs
- XsdBuilder.cs
- ContextConfiguration.cs
- SpeakProgressEventArgs.cs
- CharAnimationBase.cs
- PageBuildProvider.cs
- BrowserCapabilitiesCodeGenerator.cs
- ScriptControlDescriptor.cs
- InputDevice.cs
- RegexWorker.cs
- GlobalEventManager.cs
- SymmetricSecurityBindingElement.cs
- ClientBuildManagerCallback.cs
- MenuItem.cs
- CryptoProvider.cs
- FrameworkElementFactoryMarkupObject.cs
- OleDbTransaction.cs
- AnnotationObservableCollection.cs
- DefaultValueConverter.cs
- MatrixKeyFrameCollection.cs