Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / SelectedGridItemChangedEvent.cs / 1 / SelectedGridItemChangedEvent.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 the selected GridItem in the PropertyGrid is changed by the user. /// public class SelectedGridItemChangedEventArgs : EventArgs { private GridItem oldSelection; private GridItem newSelection; ////// /// Constructs a SelectedGridItemChangedEventArgs object. /// public SelectedGridItemChangedEventArgs(GridItem oldSel, GridItem newSel) { this.oldSelection = oldSel; this.newSelection = newSel; } ////// /// The newly selected GridItem object /// public GridItem NewSelection { get { return this.newSelection; } } ////// /// The previously selected GridItem object. This can be null. /// public GridItem OldSelection { get { return this.oldSelection; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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 the selected GridItem in the PropertyGrid is changed by the user. /// public class SelectedGridItemChangedEventArgs : EventArgs { private GridItem oldSelection; private GridItem newSelection; ////// /// Constructs a SelectedGridItemChangedEventArgs object. /// public SelectedGridItemChangedEventArgs(GridItem oldSel, GridItem newSel) { this.oldSelection = oldSel; this.newSelection = newSel; } ////// /// The newly selected GridItem object /// public GridItem NewSelection { get { return this.newSelection; } } ////// /// The previously selected GridItem object. This can be null. /// public GridItem OldSelection { get { return this.oldSelection; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OracleParameterBinding.cs
- MDIControlStrip.cs
- UiaCoreTypesApi.cs
- DataServiceKeyAttribute.cs
- AsyncSerializedWorker.cs
- SelectionRange.cs
- XmlName.cs
- Atom10FormatterFactory.cs
- UnsafeNativeMethodsPenimc.cs
- StylusLogic.cs
- ScalarOps.cs
- DoubleSumAggregationOperator.cs
- PublishLicense.cs
- UserPreferenceChangedEventArgs.cs
- ItemCheckedEvent.cs
- EncodingInfo.cs
- ThaiBuddhistCalendar.cs
- DataServiceHostFactory.cs
- TableCell.cs
- ClientSponsor.cs
- DefaultEventAttribute.cs
- ExpressionNormalizer.cs
- TypeBuilderInstantiation.cs
- ChineseLunisolarCalendar.cs
- Emitter.cs
- Debug.cs
- DatagridviewDisplayedBandsData.cs
- StrokeNodeOperations2.cs
- DataGridViewRowPostPaintEventArgs.cs
- CompiledQuery.cs
- InvalidContentTypeException.cs
- Knowncolors.cs
- SqlRetyper.cs
- DataGridViewCellCollection.cs
- IndexedString.cs
- InvalidCastException.cs
- DependencyPropertyHelper.cs
- DbDataReader.cs
- SystemGatewayIPAddressInformation.cs
- PropertyChange.cs
- XmlNodeReader.cs
- RequiredAttributeAttribute.cs
- FileInfo.cs
- ActivityCodeGenerator.cs
- StylusLogic.cs
- Literal.cs
- CaseInsensitiveComparer.cs
- ProfileParameter.cs
- MDIClient.cs
- Metafile.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- TripleDES.cs
- SqlCommandBuilder.cs
- DataGridViewCellConverter.cs
- ProtectedConfigurationSection.cs
- IntegerValidatorAttribute.cs
- TextServicesProperty.cs
- TextBoxLine.cs
- SBCSCodePageEncoding.cs
- CompositionAdorner.cs
- VisualStates.cs
- ItemContainerPattern.cs
- ObjectListFieldsPage.cs
- TextBox.cs
- PerformanceCounterManager.cs
- StringResourceManager.cs
- WindowsFormsSectionHandler.cs
- StyleXamlParser.cs
- TypeForwardedFromAttribute.cs
- XmlParser.cs
- MessageHeaderDescription.cs
- ScriptingAuthenticationServiceSection.cs
- CellQuery.cs
- ButtonField.cs
- UnionCodeGroup.cs
- ZipIOLocalFileDataDescriptor.cs
- ParserStack.cs
- HybridObjectCache.cs
- TableCellAutomationPeer.cs
- DeclaredTypeElementCollection.cs
- DbException.cs
- LeftCellWrapper.cs
- X509CertificateValidator.cs
- VisualState.cs
- SamlSecurityToken.cs
- Italic.cs
- AmbiguousMatchException.cs
- XmlSchemaSimpleContentRestriction.cs
- XmlCompatibilityReader.cs
- ConfigXmlReader.cs
- RoutedCommand.cs
- XmlSchemaAnyAttribute.cs
- DataViewListener.cs
- SoapTransportImporter.cs
- EmissiveMaterial.cs
- SecurityTokenSerializer.cs
- SingleConverter.cs
- NumberFunctions.cs
- IisTraceListener.cs
- WebPartExportVerb.cs