Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowEventArgs.cs / 1 / DataGridViewRowEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewRowEventArgs : EventArgs { private DataGridViewRow dataGridViewRow; /// public DataGridViewRowEventArgs(DataGridViewRow dataGridViewRow) { if (dataGridViewRow == null) { throw new ArgumentNullException("dataGridViewRow"); } Debug.Assert(dataGridViewRow.Index >= -1); this.dataGridViewRow = dataGridViewRow; } /// public DataGridViewRow Row { get { return this.dataGridViewRow; } } } } // 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
- ColumnWidthChangedEvent.cs
- JoinTreeSlot.cs
- CellNormalizer.cs
- AttachedPropertyBrowsableAttribute.cs
- InstanceKeyCompleteException.cs
- WindowsListViewGroup.cs
- __TransparentProxy.cs
- InkSerializer.cs
- Console.cs
- ClickablePoint.cs
- CodeSnippetStatement.cs
- ToolStripButton.cs
- GeometryDrawing.cs
- EdmFunction.cs
- Padding.cs
- __FastResourceComparer.cs
- QueryStringParameter.cs
- GroupBoxAutomationPeer.cs
- Not.cs
- HeaderedItemsControl.cs
- SmtpSection.cs
- DateTimeSerializationSection.cs
- UidManager.cs
- DelayedRegex.cs
- NativeMethodsCLR.cs
- VirtualDirectoryMapping.cs
- DataGridViewCellStyle.cs
- SpellerInterop.cs
- CommandLibraryHelper.cs
- FontUnitConverter.cs
- HMACSHA256.cs
- AttributeQuery.cs
- WindowAutomationPeer.cs
- SHA256.cs
- HMACSHA384.cs
- AccessText.cs
- ReliableSession.cs
- FileDetails.cs
- FamilyMapCollection.cs
- ICollection.cs
- CrossAppDomainChannel.cs
- ComponentTray.cs
- HttpPostedFileWrapper.cs
- InkCollectionBehavior.cs
- MultitargetUtil.cs
- ProbeMatchesMessageCD1.cs
- String.cs
- Task.cs
- DomainUpDown.cs
- UiaCoreApi.cs
- BooleanExpr.cs
- ViewGenerator.cs
- SHA384Managed.cs
- HtmlMeta.cs
- ResolvedKeyFrameEntry.cs
- OrthographicCamera.cs
- LogicalExpressionTypeConverter.cs
- RefreshPropertiesAttribute.cs
- ComAwareEventInfo.cs
- DeploymentSectionCache.cs
- ResourceContainer.cs
- ObjectQuery_EntitySqlExtensions.cs
- GridItem.cs
- RuntimeArgumentHandle.cs
- BevelBitmapEffect.cs
- DataPager.cs
- ObfuscateAssemblyAttribute.cs
- BaseCollection.cs
- TableCell.cs
- ListenerElementsCollection.cs
- ScopeCollection.cs
- SetStoryboardSpeedRatio.cs
- DataKey.cs
- SimpleWebHandlerParser.cs
- Viewport3DAutomationPeer.cs
- LifetimeServices.cs
- XmlAttributes.cs
- StrokeNodeOperations.cs
- Activator.cs
- ContentFileHelper.cs
- ResourceSet.cs
- WebDisplayNameAttribute.cs
- UnionCodeGroup.cs
- DragStartedEventArgs.cs
- dataSvcMapFileLoader.cs
- DateBoldEvent.cs
- RemotingConfigParser.cs
- TrackingDataItemValue.cs
- XPathMultyIterator.cs
- SqlSelectStatement.cs
- XPathItem.cs
- LookupBindingPropertiesAttribute.cs
- TranslateTransform3D.cs
- CodeExpressionCollection.cs
- CommandDevice.cs
- Italic.cs
- LayoutTable.cs
- ScriptComponentDescriptor.cs
- ReflectPropertyDescriptor.cs
- ProbeMatchesMessageCD1.cs