Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SelectionList.cs
- counter.cs
- HyperLink.cs
- SafeRightsManagementPubHandle.cs
- SelectorItemAutomationPeer.cs
- TransactionCache.cs
- InvalidComObjectException.cs
- ReferenceSchema.cs
- DataColumnChangeEvent.cs
- WorkflowQueueInfo.cs
- UnrecognizedAssertionsBindingElement.cs
- ServiceReflector.cs
- InvalidPrinterException.cs
- Constants.cs
- ExpandCollapsePattern.cs
- Exceptions.cs
- __FastResourceComparer.cs
- PkcsUtils.cs
- ContextStack.cs
- ZipIOBlockManager.cs
- HierarchicalDataSourceControl.cs
- EmptyQuery.cs
- EventLogPermissionEntry.cs
- ServiceDescriptions.cs
- Size3D.cs
- TypeSchema.cs
- _HelperAsyncResults.cs
- DesignerDataParameter.cs
- PersonalizableTypeEntry.cs
- Vector3DCollectionConverter.cs
- BooleanSwitch.cs
- ProcessHostFactoryHelper.cs
- FilterableAttribute.cs
- ToolBar.cs
- KeyValuePair.cs
- BuildManagerHost.cs
- GridViewRowEventArgs.cs
- KeyValuePair.cs
- DbProviderFactory.cs
- dbenumerator.cs
- WebOperationContext.cs
- ExpressionDumper.cs
- ContentWrapperAttribute.cs
- XmlText.cs
- HMACMD5.cs
- DispatcherEventArgs.cs
- SafeArrayTypeMismatchException.cs
- Set.cs
- MasterPageCodeDomTreeGenerator.cs
- DependencyObjectProvider.cs
- CodeAccessPermission.cs
- DBConcurrencyException.cs
- CFStream.cs
- PinProtectionHelper.cs
- HtmlInputText.cs
- TreeNode.cs
- XmlTypeMapping.cs
- VectorConverter.cs
- QilReference.cs
- SqlTopReducer.cs
- XmlSchema.cs
- XPathMultyIterator.cs
- VersionUtil.cs
- HyperlinkAutomationPeer.cs
- ConstructorArgumentAttribute.cs
- EncoderNLS.cs
- ObjectDataSourceStatusEventArgs.cs
- COM2Properties.cs
- RelatedEnd.cs
- ToolboxItem.cs
- BindUriHelper.cs
- CharacterBuffer.cs
- IPAddressCollection.cs
- PartitionResolver.cs
- WindowsEditBoxRange.cs
- TaiwanCalendar.cs
- ISessionStateStore.cs
- MembershipPasswordException.cs
- IndependentlyAnimatedPropertyMetadata.cs
- SafeNativeMemoryHandle.cs
- FormClosedEvent.cs
- OleDbPermission.cs
- Perspective.cs
- MultiAsyncResult.cs
- ClassImporter.cs
- CopyAction.cs
- Expressions.cs
- WebReferencesBuildProvider.cs
- TreeViewCancelEvent.cs
- ToolTip.cs
- SubpageParaClient.cs
- TagPrefixCollection.cs
- SafeCryptContextHandle.cs
- SudsCommon.cs
- NameValueCollection.cs
- CallbackTimeoutsBehavior.cs
- UrlPath.cs
- SchemaElementDecl.cs
- State.cs
- WebPartCatalogCloseVerb.cs