Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowDividerDoubleClickEventArgs.cs / 1 / DataGridViewRowDividerDoubleClickEventArgs.cs
//------------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------------- namespace System.Windows.Forms { ///public class DataGridViewRowDividerDoubleClickEventArgs : HandledMouseEventArgs { private int rowIndex; /// public DataGridViewRowDividerDoubleClickEventArgs(int rowIndex, HandledMouseEventArgs e) : base(e.Button, e.Clicks, e.X, e.Y, e.Delta, e.Handled) { if (rowIndex < -1) { throw new ArgumentOutOfRangeException("rowIndex"); } this.rowIndex = rowIndex; } /// public int RowIndex { get { return this.rowIndex; } } } } // 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
- httpapplicationstate.cs
- SharedUtils.cs
- MobileContainerDesigner.cs
- StrongTypingException.cs
- EventHandlingScope.cs
- CroppedBitmap.cs
- CacheDict.cs
- EraserBehavior.cs
- MethodCallConverter.cs
- WebContentFormatHelper.cs
- SqlNodeAnnotation.cs
- ColorEditor.cs
- DrawingGroup.cs
- InputLanguageProfileNotifySink.cs
- TokenBasedSet.cs
- AttributeEmitter.cs
- ObjectDataSourceView.cs
- FunctionNode.cs
- DataTablePropertyDescriptor.cs
- RegexMatch.cs
- Clause.cs
- RuleInfoComparer.cs
- KnownBoxes.cs
- ToolStripPanel.cs
- WindowsTab.cs
- DesignerTransaction.cs
- AnnotationMap.cs
- ConditionalWeakTable.cs
- SEHException.cs
- SmtpReplyReader.cs
- ArrangedElement.cs
- DefaultValueAttribute.cs
- ObjectTypeMapping.cs
- ComponentChangingEvent.cs
- StorageMappingFragment.cs
- TabControl.cs
- CompressedStack.cs
- Convert.cs
- CompilerScopeManager.cs
- DesignerLabelAdapter.cs
- ContentTextAutomationPeer.cs
- DataKey.cs
- ServiceMetadataPublishingElement.cs
- PanelStyle.cs
- MailBnfHelper.cs
- EmptyCollection.cs
- typedescriptorpermission.cs
- ExtendedPropertyCollection.cs
- WindowsTitleBar.cs
- XsdDuration.cs
- ClipboardData.cs
- IBuiltInEvidence.cs
- ProfilePropertySettings.cs
- DependencyPropertyKind.cs
- AsnEncodedData.cs
- WindowsSolidBrush.cs
- ListBindableAttribute.cs
- TraceLog.cs
- ItemType.cs
- GridViewSortEventArgs.cs
- GenericTypeParameterBuilder.cs
- WSHttpBindingElement.cs
- EntityDataSourceContextDisposingEventArgs.cs
- ServiceProviders.cs
- ArrayTypeMismatchException.cs
- OdbcErrorCollection.cs
- EntityContainerEntitySetDefiningQuery.cs
- UserUseLicenseDictionaryLoader.cs
- SymbolEqualComparer.cs
- ReadOnlyDictionary.cs
- CodeAttributeDeclarationCollection.cs
- EpmContentDeSerializer.cs
- ScrollProperties.cs
- SoapClientProtocol.cs
- BitmapCacheBrush.cs
- XmlReflectionMember.cs
- Array.cs
- UnsignedPublishLicense.cs
- SingleObjectCollection.cs
- SessionPageStatePersister.cs
- DbParameterHelper.cs
- IntMinMaxAggregationOperator.cs
- FlowDocument.cs
- DataPointer.cs
- MethodImplAttribute.cs
- UnregisterInfo.cs
- cookie.cs
- WebEventTraceProvider.cs
- DesignerTextWriter.cs
- HttpCacheVaryByContentEncodings.cs
- PtsHelper.cs
- FactoryRecord.cs
- FixedSOMContainer.cs
- ProtectedProviderSettings.cs
- MessageDecoder.cs
- SelectionItemProviderWrapper.cs
- ComboBoxItem.cs
- GenericEnumerator.cs
- OracleSqlParser.cs
- SortedSetDebugView.cs