Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- QuaternionRotation3D.cs
- AnimatedTypeHelpers.cs
- NameNode.cs
- Classification.cs
- XmlSignificantWhitespace.cs
- QuaternionAnimation.cs
- HtmlForm.cs
- DefaultProxySection.cs
- TextEncodedRawTextWriter.cs
- DragDeltaEventArgs.cs
- AuthenticatedStream.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- Perspective.cs
- TemplateBindingExpression.cs
- NativeMethods.cs
- DecoratedNameAttribute.cs
- ContentType.cs
- ProgressBar.cs
- FileDialogCustomPlacesCollection.cs
- TypefaceCollection.cs
- ResourceExpressionEditorSheet.cs
- processwaithandle.cs
- XmlSchemaElement.cs
- HtmlTextArea.cs
- ArgumentException.cs
- LineUtil.cs
- shaperfactoryquerycacheentry.cs
- serverconfig.cs
- TrackingMemoryStreamFactory.cs
- NamespaceEmitter.cs
- MenuItem.cs
- TextStore.cs
- RequestSecurityToken.cs
- VirtualDirectoryMapping.cs
- XsltSettings.cs
- TabPanel.cs
- HScrollBar.cs
- IsolatedStoragePermission.cs
- PowerModeChangedEventArgs.cs
- XmlAttribute.cs
- SHA512.cs
- WebServiceErrorEvent.cs
- TextRangeAdaptor.cs
- Switch.cs
- TraceXPathNavigator.cs
- HTMLTagNameToTypeMapper.cs
- IfAction.cs
- ViewBox.cs
- TextTreeRootTextBlock.cs
- PerformanceCounterLib.cs
- LineServicesCallbacks.cs
- AVElementHelper.cs
- BaseAsyncResult.cs
- ToolStripLocationCancelEventArgs.cs
- DataSourceSelectArguments.cs
- MultiBindingExpression.cs
- CodeGroup.cs
- CodeAttributeDeclaration.cs
- XomlCompilerParameters.cs
- RayMeshGeometry3DHitTestResult.cs
- XmlQualifiedName.cs
- CompilerWrapper.cs
- DataDocumentXPathNavigator.cs
- ServiceChannelManager.cs
- MetafileHeaderWmf.cs
- DecoderNLS.cs
- HighlightComponent.cs
- TypeConverter.cs
- SqlUnionizer.cs
- WindowsListViewScroll.cs
- Site.cs
- MessagePropertyDescriptionCollection.cs
- Inline.cs
- SqlComparer.cs
- StrokeNodeOperations2.cs
- SourceInterpreter.cs
- PostBackOptions.cs
- TransformGroup.cs
- RTLAwareMessageBox.cs
- MouseWheelEventArgs.cs
- LogLogRecordEnumerator.cs
- MenuDesigner.cs
- CompilerCollection.cs
- ConsoleTraceListener.cs
- Restrictions.cs
- SettingsPropertyValue.cs
- ApplicationId.cs
- AsnEncodedData.cs
- StylusPointProperties.cs
- InternalsVisibleToAttribute.cs
- XmlILTrace.cs
- AdornerHitTestResult.cs
- Int32Rect.cs
- BackoffTimeoutHelper.cs
- TableSectionStyle.cs
- SecurityKeyIdentifier.cs
- RTTrackingProfile.cs
- CompoundFileDeflateTransform.cs
- SerializerDescriptor.cs
- ConfigXmlWhitespace.cs