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
- AxHost.cs
- InstanceContextManager.cs
- Clock.cs
- StrokeCollection2.cs
- ChameleonKey.cs
- SecurityUtils.cs
- CodeDOMProvider.cs
- SkinBuilder.cs
- BaseCodePageEncoding.cs
- QilInvokeEarlyBound.cs
- PeerNameRegistration.cs
- CompilerCollection.cs
- CodeTypeDeclarationCollection.cs
- WindowsGrip.cs
- SizeConverter.cs
- PrivilegeNotHeldException.cs
- WinCategoryAttribute.cs
- ApplicationServiceManager.cs
- SoapHeaders.cs
- IdnMapping.cs
- BooleanProjectedSlot.cs
- WizardStepBase.cs
- OpenFileDialog.cs
- HandleScope.cs
- GcSettings.cs
- Speller.cs
- XmlCDATASection.cs
- Point4DValueSerializer.cs
- TextOutput.cs
- FormCollection.cs
- ScrollProperties.cs
- DirectoryInfo.cs
- WebServiceData.cs
- MsmqTransportReceiveParameters.cs
- AssemblyName.cs
- CompiledQuery.cs
- DiffuseMaterial.cs
- ImageMap.cs
- ActiveDocumentEvent.cs
- FieldToken.cs
- FixedFlowMap.cs
- ResourceReferenceExpressionConverter.cs
- ImageDrawing.cs
- HGlobalSafeHandle.cs
- BindingWorker.cs
- XhtmlBasicCommandAdapter.cs
- RestHandlerFactory.cs
- ResourcePart.cs
- IssuedTokenClientElement.cs
- HtmlTableRowCollection.cs
- XmlSchemaNotation.cs
- XmlWellformedWriter.cs
- CriticalExceptions.cs
- MeshGeometry3D.cs
- UInt64Converter.cs
- PropertyEmitter.cs
- X509CertificateStore.cs
- NullableFloatSumAggregationOperator.cs
- DbParameterCollectionHelper.cs
- ObjectDataSourceFilteringEventArgs.cs
- Propagator.Evaluator.cs
- SecureEnvironment.cs
- HtmlElementEventArgs.cs
- ListViewGroup.cs
- RepeatBehaviorConverter.cs
- UIElementParaClient.cs
- TemplateXamlTreeBuilder.cs
- LogSwitch.cs
- SrgsRuleRef.cs
- BaseAsyncResult.cs
- PolicyManager.cs
- DataListItemEventArgs.cs
- HtmlInputRadioButton.cs
- EmptyEnumerable.cs
- HttpModuleAction.cs
- DateTimeValueSerializerContext.cs
- DataGridViewCheckBoxCell.cs
- ValidatorAttribute.cs
- ReliableSession.cs
- CompiledQuery.cs
- ClientSponsor.cs
- DataGridSortingEventArgs.cs
- PagePropertiesChangingEventArgs.cs
- OleDbParameter.cs
- TypographyProperties.cs
- AutomationPropertyInfo.cs
- PropertyOverridesDialog.cs
- ChildrenQuery.cs
- Event.cs
- UnsafeNativeMethods.cs
- FixedTextSelectionProcessor.cs
- KeyValueSerializer.cs
- WebEventCodes.cs
- PrinterResolution.cs
- TextBounds.cs
- FormsAuthenticationConfiguration.cs
- ColorTransform.cs
- MulticastDelegate.cs
- InfiniteTimeSpanConverter.cs
- XmlHierarchicalEnumerable.cs