Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TrackingStringDictionary.cs
- ScaleTransform.cs
- ParameterCollectionEditor.cs
- LambdaCompiler.Unary.cs
- InternalEnumValidatorAttribute.cs
- IPCCacheManager.cs
- FtpRequestCacheValidator.cs
- DataGridViewRowConverter.cs
- MethodBuilder.cs
- LocalizableResourceBuilder.cs
- AnnotationObservableCollection.cs
- ColumnWidthChangingEvent.cs
- PrinterSettings.cs
- LabelLiteral.cs
- ListChunk.cs
- HtmlInputReset.cs
- MediaTimeline.cs
- WebMethodAttribute.cs
- SchemaNamespaceManager.cs
- ReadOnlyDictionary.cs
- DelegateHelpers.cs
- DefaultSection.cs
- MemberPath.cs
- CounterCreationDataCollection.cs
- CollectionViewGroup.cs
- ObjectNotFoundException.cs
- GPRECTF.cs
- SqlDataSourceCache.cs
- AuthenticationModuleElement.cs
- ThreadBehavior.cs
- WorkflowOperationBehavior.cs
- SkinBuilder.cs
- FileDataSourceCache.cs
- TCEAdapterGenerator.cs
- x509store.cs
- DataTableClearEvent.cs
- ManipulationDeltaEventArgs.cs
- Stack.cs
- TreeNodeCollection.cs
- ToolboxItemCollection.cs
- LoginUtil.cs
- basevalidator.cs
- TextRange.cs
- VerificationAttribute.cs
- DiscoveryDocumentLinksPattern.cs
- PageVisual.cs
- NetNamedPipeBindingCollectionElement.cs
- LineMetrics.cs
- DateTimeFormatInfoScanner.cs
- AssemblyInfo.cs
- RequestQueryProcessor.cs
- GeneratedCodeAttribute.cs
- RemotingServices.cs
- InheritanceContextChangedEventManager.cs
- LoginAutoFormat.cs
- NotConverter.cs
- HttpServerProtocol.cs
- FormsIdentity.cs
- ClockGroup.cs
- KnownTypes.cs
- ReadOnlyDictionary.cs
- COM2IDispatchConverter.cs
- ScrollItemPattern.cs
- AssemblyAssociatedContentFileAttribute.cs
- SqlConnectionString.cs
- RectangleGeometry.cs
- DataGridViewCellStateChangedEventArgs.cs
- EntityDataSourceQueryBuilder.cs
- TemplateControlCodeDomTreeGenerator.cs
- TextEndOfParagraph.cs
- RangeValidator.cs
- MultiView.cs
- ADMembershipProvider.cs
- PolicyLevel.cs
- DefaultPrintController.cs
- loginstatus.cs
- ConfigsHelper.cs
- Compilation.cs
- StatusBarPanel.cs
- URLString.cs
- StringAttributeCollection.cs
- PenThreadPool.cs
- DataGridViewHeaderCell.cs
- Configuration.cs
- WebConfigurationHost.cs
- Preprocessor.cs
- LicenseProviderAttribute.cs
- Int32AnimationBase.cs
- EntityViewGenerationAttribute.cs
- MethodRental.cs
- SubMenuStyleCollectionEditor.cs
- MeshGeometry3D.cs
- SqlClientFactory.cs
- PropertyPushdownHelper.cs
- GradientStop.cs
- TextParaClient.cs
- InvalidProgramException.cs
- EncodingConverter.cs
- LogEntrySerialization.cs
- CatalogPart.cs