Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WorkflowViewManager.cs
- BulletChrome.cs
- dbdatarecord.cs
- TreeViewCancelEvent.cs
- CssStyleCollection.cs
- FontDriver.cs
- DataGridColumnCollection.cs
- SplashScreenNativeMethods.cs
- AmbientLight.cs
- SmiEventSink.cs
- CodePageUtils.cs
- Expressions.cs
- SqlClientFactory.cs
- XmlBindingWorker.cs
- Int32KeyFrameCollection.cs
- SplashScreenNativeMethods.cs
- ProgressBar.cs
- AdapterDictionary.cs
- TextSpanModifier.cs
- TableLayoutCellPaintEventArgs.cs
- EntityDataSourceWrapperCollection.cs
- PathFigureCollectionValueSerializer.cs
- DirectoryNotFoundException.cs
- COM2PictureConverter.cs
- TrustManager.cs
- NetStream.cs
- StickyNoteHelper.cs
- XamlTypeMapper.cs
- UriExt.cs
- InfoCardUIAgent.cs
- WindowsRichEdit.cs
- SchemaNamespaceManager.cs
- Point3DValueSerializer.cs
- HostVisual.cs
- cache.cs
- DocumentPageTextView.cs
- EntityCollection.cs
- ListViewHitTestInfo.cs
- MenuStrip.cs
- Funcletizer.cs
- ObjectAnimationBase.cs
- InteropAutomationProvider.cs
- LocalTransaction.cs
- PropertyNames.cs
- CreateUserWizardDesigner.cs
- DbConnectionInternal.cs
- TypographyProperties.cs
- PeerToPeerException.cs
- ImageSourceConverter.cs
- EventSourceCreationData.cs
- ProxyElement.cs
- PropertyItem.cs
- DBDataPermission.cs
- Parameter.cs
- DirectoryNotFoundException.cs
- MethodBuilderInstantiation.cs
- HtmlTitle.cs
- CacheMemory.cs
- AccessibleObject.cs
- ErasingStroke.cs
- AutomationElementIdentifiers.cs
- DeclaredTypeElementCollection.cs
- BitmapEffectDrawingContent.cs
- HandoffBehavior.cs
- XhtmlConformanceSection.cs
- httpserverutility.cs
- HtmlInputPassword.cs
- DisplayMemberTemplateSelector.cs
- WorkflowServiceNamespace.cs
- HttpException.cs
- _KerberosClient.cs
- ComponentConverter.cs
- WebWorkflowRole.cs
- Row.cs
- SqlRowUpdatingEvent.cs
- DataServiceRequestException.cs
- RuntimeCompatibilityAttribute.cs
- TypeHelper.cs
- OrthographicCamera.cs
- Regex.cs
- BitmapScalingModeValidation.cs
- TimersDescriptionAttribute.cs
- DbQueryCommandTree.cs
- StrongNamePublicKeyBlob.cs
- PickBranchDesigner.xaml.cs
- TrustSection.cs
- TiffBitmapEncoder.cs
- SchemaNotation.cs
- FormatControl.cs
- SectionRecord.cs
- Italic.cs
- SqlNodeTypeOperators.cs
- wgx_sdk_version.cs
- CodeVariableDeclarationStatement.cs
- DbSourceParameterCollection.cs
- Slider.cs
- ApplicationInterop.cs
- MemoryFailPoint.cs
- XmlAtomicValue.cs
- CollectionContainer.cs