Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / PropertyValueChangedEvent.cs / 1305376 / 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
- ITextView.cs
- IgnoreFlushAndCloseStream.cs
- _FixedSizeReader.cs
- SoapTypeAttribute.cs
- Decorator.cs
- TemplateBindingExtensionConverter.cs
- DataGridViewRowPostPaintEventArgs.cs
- ObjectSecurity.cs
- WorkflowTransactionOptions.cs
- DataGridViewSelectedCellCollection.cs
- RotateTransform.cs
- WasAdminWrapper.cs
- PrePrepareMethodAttribute.cs
- BlockExpression.cs
- ProfileSettings.cs
- PasswordBoxAutomationPeer.cs
- AlternationConverter.cs
- OracleParameter.cs
- ExceptionAggregator.cs
- DataGridViewCellConverter.cs
- HtmlInputFile.cs
- WindowPattern.cs
- Icon.cs
- HttpApplicationFactory.cs
- ChtmlImageAdapter.cs
- CLSCompliantAttribute.cs
- Delegate.cs
- GregorianCalendarHelper.cs
- ExpressionBinding.cs
- _IPv6Address.cs
- SelectorAutomationPeer.cs
- MachineKeyConverter.cs
- JournalEntry.cs
- ContentControl.cs
- CodeGroup.cs
- ArraySortHelper.cs
- WebConfigurationManager.cs
- ConfigurationManagerHelperFactory.cs
- HttpRawResponse.cs
- SecurityRuntime.cs
- XmlResolver.cs
- OleDbStruct.cs
- RegistryDataKey.cs
- SafeThreadHandle.cs
- BitmapEffectDrawingContextWalker.cs
- FtpWebRequest.cs
- DataTable.cs
- ListControl.cs
- SHA512.cs
- HttpCookie.cs
- MobileSysDescriptionAttribute.cs
- QuaternionRotation3D.cs
- ObjectFullSpanRewriter.cs
- TimeSpan.cs
- IndentedTextWriter.cs
- InvalidFilterCriteriaException.cs
- ExpandableObjectConverter.cs
- DataGridViewRowCancelEventArgs.cs
- SoapMessage.cs
- COAUTHIDENTITY.cs
- ContentPlaceHolder.cs
- streamingZipPartStream.cs
- webbrowsersite.cs
- ToolStripRendererSwitcher.cs
- SqlDataReader.cs
- ObjectConverter.cs
- UserInitiatedNavigationPermission.cs
- DefaultValueTypeConverter.cs
- RequestChannel.cs
- ScrollProperties.cs
- ContentPlaceHolder.cs
- SettingsPropertyNotFoundException.cs
- HScrollProperties.cs
- Descriptor.cs
- GestureRecognitionResult.cs
- While.cs
- InkCanvasSelection.cs
- WebPartManagerInternals.cs
- ChannelTokenTypeConverter.cs
- ElementHost.cs
- JsonGlobals.cs
- KeyBinding.cs
- HtmlContainerControl.cs
- AudienceUriMode.cs
- SemanticResolver.cs
- ViewGenResults.cs
- XmlValueConverter.cs
- ISAPIApplicationHost.cs
- ConsumerConnectionPointCollection.cs
- EditorPartChrome.cs
- XmlSchemaAttributeGroup.cs
- TableLayoutPanelCellPosition.cs
- AssemblyGen.cs
- ExtractedStateEntry.cs
- sortedlist.cs
- XmlNode.cs
- TraceContext.cs
- XMLUtil.cs
- UnsettableComboBox.cs
- ViewManager.cs