Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowStateChangedEventArgs.cs / 1 / DataGridViewRowStateChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; ///public class DataGridViewRowStateChangedEventArgs : EventArgs { private DataGridViewRow dataGridViewRow; private DataGridViewElementStates stateChanged; /// public DataGridViewRowStateChangedEventArgs(DataGridViewRow dataGridViewRow, DataGridViewElementStates stateChanged) { this.dataGridViewRow = dataGridViewRow; this.stateChanged = stateChanged; } /// public DataGridViewRow Row { get { return this.dataGridViewRow; } } /// public DataGridViewElementStates StateChanged { get { return this.stateChanged; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; ///public class DataGridViewRowStateChangedEventArgs : EventArgs { private DataGridViewRow dataGridViewRow; private DataGridViewElementStates stateChanged; /// public DataGridViewRowStateChangedEventArgs(DataGridViewRow dataGridViewRow, DataGridViewElementStates stateChanged) { this.dataGridViewRow = dataGridViewRow; this.stateChanged = stateChanged; } /// public DataGridViewRow Row { get { return this.dataGridViewRow; } } /// public DataGridViewElementStates StateChanged { get { return this.stateChanged; } } } } // 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
- NameScope.cs
- DetailsViewRow.cs
- XmlDataSource.cs
- AsyncOperationManager.cs
- TypeDescriptor.cs
- BulletChrome.cs
- ColorConvertedBitmapExtension.cs
- ReflectionTypeLoadException.cs
- ListDictionary.cs
- FragmentNavigationEventArgs.cs
- ZoneIdentityPermission.cs
- MasterPage.cs
- PeerToPeerException.cs
- ImageAnimator.cs
- SchemaManager.cs
- CdpEqualityComparer.cs
- ErrorRuntimeConfig.cs
- RoleManagerSection.cs
- SiteMapNode.cs
- ModuleBuilderData.cs
- EventLogPermissionAttribute.cs
- IdentityManager.cs
- SystemIPv4InterfaceProperties.cs
- ItemCheckedEvent.cs
- ContainerSelectorGlyph.cs
- MessageHeaderInfoTraceRecord.cs
- DataKey.cs
- SqlGatherConsumedAliases.cs
- NativeWindow.cs
- ConnectionProviderAttribute.cs
- StrokeCollectionConverter.cs
- CommandValueSerializer.cs
- InfoCardProofToken.cs
- ObjectContext.cs
- ToReply.cs
- EdmScalarPropertyAttribute.cs
- DataGridViewDataConnection.cs
- ObjectQuery.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- DecimalConverter.cs
- HandlerFactoryCache.cs
- control.ime.cs
- EdgeProfileValidation.cs
- BitmapCodecInfo.cs
- WindowShowOrOpenTracker.cs
- GeometryGroup.cs
- ComplexLine.cs
- CopyOnWriteList.cs
- DBConcurrencyException.cs
- XomlSerializationHelpers.cs
- COM2ColorConverter.cs
- BlurBitmapEffect.cs
- AttachInfo.cs
- dsa.cs
- ConfigurationValidatorBase.cs
- DocumentSchemaValidator.cs
- XmlNamespaceMapping.cs
- XamlPointCollectionSerializer.cs
- hebrewshape.cs
- TimerEventSubscription.cs
- AnonymousIdentificationModule.cs
- WeakRefEnumerator.cs
- XmlDocumentFragment.cs
- FileDetails.cs
- CellParaClient.cs
- PolicyLevel.cs
- CompositeScriptReference.cs
- ContentFilePart.cs
- Viewport3DAutomationPeer.cs
- DesignColumnCollection.cs
- PolyQuadraticBezierSegment.cs
- ManipulationPivot.cs
- TextCompositionManager.cs
- KernelTypeValidation.cs
- TextServicesCompartmentEventSink.cs
- PEFileEvidenceFactory.cs
- DataPagerFieldItem.cs
- XmlNamespaceDeclarationsAttribute.cs
- PartBasedPackageProperties.cs
- XmlBinaryReader.cs
- GridViewEditEventArgs.cs
- MenuItemCollection.cs
- SelectionRangeConverter.cs
- AutomationFocusChangedEventArgs.cs
- VisualTreeHelper.cs
- Point4D.cs
- UnhandledExceptionEventArgs.cs
- WindowsScrollBarBits.cs
- PropertyPath.cs
- HitTestWithPointDrawingContextWalker.cs
- FileDialog.cs
- ByteStorage.cs
- KeyGestureConverter.cs
- ObjectListCommandCollection.cs
- Drawing.cs
- HttpUnhandledOperationInvoker.cs
- contentDescriptor.cs
- SyndicationSerializer.cs
- IIS7UserPrincipal.cs
- VSWCFServiceContractGenerator.cs