Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[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
- EntityDataSourceView.cs
- StatusBarDrawItemEvent.cs
- SkinBuilder.cs
- Operand.cs
- ResourcePart.cs
- IPipelineRuntime.cs
- TraceHelpers.cs
- ErrorFormatterPage.cs
- AspNetSynchronizationContext.cs
- RolePrincipal.cs
- MenuItemBindingCollection.cs
- UrlMappingCollection.cs
- WeakReferenceKey.cs
- Control.cs
- InputBinding.cs
- NameValueFileSectionHandler.cs
- DLinqColumnProvider.cs
- QilExpression.cs
- GeneralTransformGroup.cs
- InstanceKeyNotReadyException.cs
- SqlConnectionFactory.cs
- InfocardClientCredentials.cs
- CategoryAttribute.cs
- WinFormsSpinner.cs
- CompatibleIComparer.cs
- TextHidden.cs
- OleDbDataReader.cs
- formatter.cs
- EnumConverter.cs
- TextPointerBase.cs
- SettingsAttributeDictionary.cs
- FontWeightConverter.cs
- UncommonField.cs
- Odbc32.cs
- InternalMappingException.cs
- WebPart.cs
- OleDbWrapper.cs
- InstancePersistenceEvent.cs
- ScriptResourceHandler.cs
- IndexedGlyphRun.cs
- __Error.cs
- HttpSessionStateBase.cs
- base64Transforms.cs
- BamlReader.cs
- Converter.cs
- CellRelation.cs
- InternalConfigEventArgs.cs
- EditorAttributeInfo.cs
- TextBox.cs
- OpenFileDialog.cs
- HandlerWithFactory.cs
- CryptoHelper.cs
- HMACMD5.cs
- ImportOptions.cs
- NotSupportedException.cs
- ProxyDataContractResolver.cs
- Vector3DValueSerializer.cs
- InternalDispatchObject.cs
- recordstatefactory.cs
- SamlAuthorityBinding.cs
- LayoutInformation.cs
- ReverseInheritProperty.cs
- DSASignatureDeformatter.cs
- ManagedFilter.cs
- BitmapMetadata.cs
- CommandBinding.cs
- Helpers.cs
- SectionUpdates.cs
- EventListenerClientSide.cs
- BinaryObjectInfo.cs
- HitTestParameters.cs
- StringUtil.cs
- ReaderWriterLock.cs
- TreeNodeStyle.cs
- SqlBuffer.cs
- HMACSHA384.cs
- ErrorRuntimeConfig.cs
- NonParentingControl.cs
- QuotedPrintableStream.cs
- ServiceMemoryGates.cs
- ContextToken.cs
- CodeGeneratorAttribute.cs
- SqlConnectionHelper.cs
- ConstrainedGroup.cs
- HtmlInputCheckBox.cs
- BaseComponentEditor.cs
- DefaultExpression.cs
- GroupQuery.cs
- DependentList.cs
- BooleanAnimationBase.cs
- ImageBrush.cs
- ThrowOnMultipleAssignment.cs
- WebBrowserPermission.cs
- EntityDataSourceContextCreatingEventArgs.cs
- Utils.cs
- Cursor.cs
- Util.cs
- Site.cs
- SchemaMapping.cs
- FixedElement.cs