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
- AssociativeAggregationOperator.cs
- WebBrowserDocumentCompletedEventHandler.cs
- AnnotationAdorner.cs
- DesignerSerializationManager.cs
- TextParagraphCache.cs
- ErrorTableItemStyle.cs
- CapabilitiesRule.cs
- SymmetricAlgorithm.cs
- Int32RectConverter.cs
- altserialization.cs
- CLRBindingWorker.cs
- TextServicesContext.cs
- Regex.cs
- ObjectReaderCompiler.cs
- TransformCollection.cs
- Speller.cs
- ReaderWriterLock.cs
- AdCreatedEventArgs.cs
- DocumentViewerConstants.cs
- CollaborationHelperFunctions.cs
- Double.cs
- Bits.cs
- ToolboxBitmapAttribute.cs
- ExtractedStateEntry.cs
- DataTrigger.cs
- RtfControls.cs
- VectorAnimationBase.cs
- ConnectionPointGlyph.cs
- Site.cs
- Attribute.cs
- ImageFormat.cs
- ToolStripMenuItem.cs
- SqlConnectionFactory.cs
- EditorAttribute.cs
- DataControlImageButton.cs
- ScrollEventArgs.cs
- DialogResultConverter.cs
- EventDrivenDesigner.cs
- SpanIndex.cs
- DirectoryLocalQuery.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- RegexRunnerFactory.cs
- Stroke.cs
- AssociationSetEnd.cs
- SynchronizationHandlesCodeDomSerializer.cs
- BitmapEffectDrawingContextWalker.cs
- FileDialog_Vista.cs
- TemplateFactory.cs
- SqlCharStream.cs
- IpcServerChannel.cs
- ReflectionUtil.cs
- TemplatePropertyEntry.cs
- GeometryConverter.cs
- Matrix.cs
- MessageBox.cs
- ImplicitInputBrush.cs
- DescriptionAttribute.cs
- PropertyIdentifier.cs
- ChtmlMobileTextWriter.cs
- VoiceInfo.cs
- DbProviderManifest.cs
- LockedAssemblyCache.cs
- StyleCollection.cs
- CircleHotSpot.cs
- WorkflowInstanceExtensionManager.cs
- DataSourceGeneratorException.cs
- FrameworkContextData.cs
- MouseButton.cs
- LocalizationParserHooks.cs
- RuntimeConfig.cs
- SaveFileDialog.cs
- WebResourceAttribute.cs
- FieldNameLookup.cs
- DBConnectionString.cs
- MonthChangedEventArgs.cs
- LinearGradientBrush.cs
- TryExpression.cs
- SHA256.cs
- Style.cs
- TransportChannelListener.cs
- ForceCopyBuildProvider.cs
- GridViewDeletedEventArgs.cs
- SmtpSection.cs
- ContextBase.cs
- EDesignUtil.cs
- DataGridViewIntLinkedList.cs
- InputGestureCollection.cs
- SafeArrayTypeMismatchException.cs
- SiteMapHierarchicalDataSourceView.cs
- OleDbWrapper.cs
- AliasedExpr.cs
- Deserializer.cs
- CheckBoxFlatAdapter.cs
- ContainerFilterService.cs
- FieldTemplateFactory.cs
- DefaultMemberAttribute.cs
- WebPartConnectVerb.cs
- SoapIgnoreAttribute.cs
- HeaderedContentControl.cs
- ClientApiGenerator.cs