Code:
/ 4.0 / 4.0 / 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.] ///// 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
- TransformValueSerializer.cs
- OpenTypeCommon.cs
- XmlReader.cs
- RawStylusActions.cs
- EmptyControlCollection.cs
- GroupQuery.cs
- StartUpEventArgs.cs
- ListBox.cs
- ProofTokenCryptoHandle.cs
- StyleXamlTreeBuilder.cs
- UpdateCompiler.cs
- DashStyle.cs
- MembershipUser.cs
- FormatterConverter.cs
- PasswordTextContainer.cs
- IChannel.cs
- AssemblyHelper.cs
- WebPartMenuStyle.cs
- RelatedCurrencyManager.cs
- InstallerTypeAttribute.cs
- Row.cs
- PropertyManager.cs
- DocumentOrderComparer.cs
- SupportingTokenSpecification.cs
- Help.cs
- ExpressionConverter.cs
- AssemblyBuilder.cs
- EventOpcode.cs
- ProviderUtil.cs
- DataGridColumn.cs
- ResourceProviderFactory.cs
- DocumentViewerBaseAutomationPeer.cs
- SiteMapNode.cs
- TransformedBitmap.cs
- ReceiveContent.cs
- WebContext.cs
- ThreadStaticAttribute.cs
- ObjectStateEntry.cs
- SignedPkcs7.cs
- BitmapVisualManager.cs
- IProvider.cs
- InputGestureCollection.cs
- shaperfactoryquerycachekey.cs
- ScrollableControl.cs
- SqlColumnizer.cs
- CanonicalFontFamilyReference.cs
- QuadraticBezierSegment.cs
- ExportException.cs
- Model3D.cs
- NameValueSectionHandler.cs
- OptimisticConcurrencyException.cs
- LineSegment.cs
- WebBrowserBase.cs
- AttributeProviderAttribute.cs
- StaticExtensionConverter.cs
- SqlDependencyListener.cs
- serverconfig.cs
- JsonDeserializer.cs
- TTSEvent.cs
- DataGridViewCellEventArgs.cs
- ReadOnlyHierarchicalDataSource.cs
- DesignBindingEditor.cs
- WebServiceErrorEvent.cs
- ComplexBindingPropertiesAttribute.cs
- TypeUsage.cs
- CustomErrorCollection.cs
- Win32SafeHandles.cs
- DataRelationCollection.cs
- BezierSegment.cs
- GlobalAllocSafeHandle.cs
- GestureRecognizer.cs
- MatchingStyle.cs
- MatrixCamera.cs
- AccessibleObject.cs
- AppDomainProtocolHandler.cs
- IgnorePropertiesAttribute.cs
- TypeToStringValueConverter.cs
- LogReservationCollection.cs
- ExternalFile.cs
- ConstraintStruct.cs
- GeneralTransform2DTo3D.cs
- SoapAttributes.cs
- FontStretches.cs
- SqlDataSourceSelectingEventArgs.cs
- UiaCoreTypesApi.cs
- OutputCache.cs
- ExpressionNormalizer.cs
- X509Certificate2.cs
- OuterGlowBitmapEffect.cs
- OpacityConverter.cs
- MailBnfHelper.cs
- _BufferOffsetSize.cs
- ObjectStateEntryDbDataRecord.cs
- CompositeTypefaceMetrics.cs
- Transform3DGroup.cs
- EncryptedKeyIdentifierClause.cs
- SecurityProtocolFactory.cs
- GridViewDeletedEventArgs.cs
- EntityException.cs
- BackStopAuthenticationModule.cs