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
- SqlTriggerContext.cs
- DiscoveryReference.cs
- SqlError.cs
- CleanUpVirtualizedItemEventArgs.cs
- ApplicationSettingsBase.cs
- TemplateControlCodeDomTreeGenerator.cs
- ListViewInsertEventArgs.cs
- UpdatePanelControlTrigger.cs
- ExpressionBuilder.cs
- HorizontalAlignConverter.cs
- PersonalizationProviderHelper.cs
- SimpleWorkerRequest.cs
- CollectionAdapters.cs
- PathGeometry.cs
- DocumentNUp.cs
- ParsedAttributeCollection.cs
- DataGrid.cs
- EditorServiceContext.cs
- RtfFormatStack.cs
- EncoderBestFitFallback.cs
- Stopwatch.cs
- ObjectSecurity.cs
- ProtocolsSection.cs
- TextBoxLine.cs
- SmtpException.cs
- ObjectDataSourceView.cs
- MembershipValidatePasswordEventArgs.cs
- ProviderConnectionPoint.cs
- TextAdaptor.cs
- RootBrowserWindow.cs
- HwndSourceKeyboardInputSite.cs
- ColumnHeader.cs
- StorageModelBuildProvider.cs
- SemanticBasicElement.cs
- CaseStatement.cs
- HashCodeCombiner.cs
- Button.cs
- OwnerDrawPropertyBag.cs
- ObjectStateFormatter.cs
- FilteredXmlReader.cs
- InvalidProgramException.cs
- DataGridColumn.cs
- ResolveCriteria.cs
- ShaderEffect.cs
- future.cs
- UriScheme.cs
- XmlBindingWorker.cs
- ChtmlFormAdapter.cs
- CheckBox.cs
- TTSVoice.cs
- _ListenerRequestStream.cs
- VirtualizingPanel.cs
- State.cs
- OptimizedTemplateContentHelper.cs
- TypedElement.cs
- KeyNotFoundException.cs
- BCLDebug.cs
- xmlformatgeneratorstatics.cs
- BufferedGraphicsContext.cs
- BitmapEffectInputData.cs
- FormViewInsertedEventArgs.cs
- LifetimeServices.cs
- Container.cs
- DbLambda.cs
- PropertyValueChangedEvent.cs
- ConnectionStringsExpressionEditor.cs
- TextCompositionEventArgs.cs
- FileDetails.cs
- ECDsaCng.cs
- MenuItemAutomationPeer.cs
- WindowShowOrOpenTracker.cs
- BindingContext.cs
- RawStylusSystemGestureInputReport.cs
- HttpRuntimeSection.cs
- ItemCheckEvent.cs
- Stroke.cs
- MatrixIndependentAnimationStorage.cs
- DefinitionUpdate.cs
- CoreSwitches.cs
- TableItemPattern.cs
- IntegerValidator.cs
- NavigationPropertySingletonExpression.cs
- EncodingDataItem.cs
- Page.cs
- RootDesignerSerializerAttribute.cs
- MessageEventSubscriptionService.cs
- ContentElementAutomationPeer.cs
- CommonServiceBehaviorElement.cs
- DataGridViewTopLeftHeaderCell.cs
- DelegatingConfigHost.cs
- DefaultValueMapping.cs
- AppSettingsExpressionBuilder.cs
- ScrollEventArgs.cs
- CompilationSection.cs
- XmlnsDefinitionAttribute.cs
- UndoManager.cs
- SecurityStateEncoder.cs
- Thread.cs
- DescendentsWalker.cs
- DispatcherOperation.cs