Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowHeightInfoPushedEventArgs.cs / 1305376 / DataGridViewRowHeightInfoPushedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; using System.ComponentModel; ///public class DataGridViewRowHeightInfoPushedEventArgs : HandledEventArgs { private int rowIndex; private int height; private int minimumHeight; internal DataGridViewRowHeightInfoPushedEventArgs(int rowIndex, int height, int minimumHeight) : base(false) { Debug.Assert(rowIndex >= -1); this.rowIndex = rowIndex; this.height = height; this.minimumHeight = minimumHeight; } /// public int Height { get { return this.height; } } /// public int MinimumHeight { get { return this.minimumHeight; } } /// public int RowIndex { get { return this.rowIndex; } } } } // 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
- XmlSchemaParticle.cs
- XamlBrushSerializer.cs
- BamlLocalizabilityResolver.cs
- DecimalAnimationUsingKeyFrames.cs
- DesignTimeTemplateParser.cs
- shaperfactory.cs
- HttpCacheVary.cs
- TypeConverterHelper.cs
- ParserOptions.cs
- RouteTable.cs
- AppDomainAttributes.cs
- TextRangeBase.cs
- MemberProjectedSlot.cs
- EntityDataSourceStatementEditor.cs
- SpinWait.cs
- PathFigureCollectionValueSerializer.cs
- ActivationArguments.cs
- JournalEntryStack.cs
- PolicyValidationException.cs
- Shape.cs
- SamlDoNotCacheCondition.cs
- FamilyMap.cs
- BitmapMetadataEnumerator.cs
- JapaneseLunisolarCalendar.cs
- Set.cs
- LayoutTable.cs
- SortedList.cs
- RawUIStateInputReport.cs
- AuditLog.cs
- DataTableNameHandler.cs
- SqlDeflator.cs
- datacache.cs
- AccessViolationException.cs
- VisualBasicSettingsConverter.cs
- WebControlAdapter.cs
- DictionaryManager.cs
- EntityDataSource.cs
- OrthographicCamera.cs
- SymbolMethod.cs
- AdornerHitTestResult.cs
- WindowsRegion.cs
- Icon.cs
- DecoderFallback.cs
- CryptoApi.cs
- GridPattern.cs
- OracleParameterCollection.cs
- SQLBinaryStorage.cs
- ExcludeFromCodeCoverageAttribute.cs
- cache.cs
- XmlSerializer.cs
- XmlSchemaValidator.cs
- BitmapFrameEncode.cs
- PeerMaintainer.cs
- DependentList.cs
- TypeNameParser.cs
- ProfilePropertyNameValidator.cs
- CustomBindingCollectionElement.cs
- XmlSerializationWriter.cs
- ToolboxService.cs
- NetworkInformationException.cs
- ApplicationContext.cs
- StaticExtension.cs
- WebPartExportVerb.cs
- DataGridViewLinkCell.cs
- MdImport.cs
- DataGridViewMethods.cs
- XmlSchemaComplexContent.cs
- Image.cs
- XmlLinkedNode.cs
- IsolatedStorageFilePermission.cs
- Stroke2.cs
- TransformCollection.cs
- ConstantProjectedSlot.cs
- FastEncoderStatics.cs
- OutputScope.cs
- TableSectionStyle.cs
- RectangleHotSpot.cs
- _DigestClient.cs
- XmlSchemaInferenceException.cs
- User.cs
- FileStream.cs
- DropSource.cs
- FontFamilyConverter.cs
- ReaderContextStackData.cs
- Wildcard.cs
- XmlResolver.cs
- PaintValueEventArgs.cs
- SQLInt16.cs
- SqlConnectionPoolProviderInfo.cs
- ConstraintEnumerator.cs
- BaseTemplateCodeDomTreeGenerator.cs
- WeakReference.cs
- XmlSubtreeReader.cs
- AncillaryOps.cs
- DocobjHost.cs
- MediaSystem.cs
- InstanceNameConverter.cs
- PopupEventArgs.cs
- ActiveDocumentEvent.cs
- DesignerEventService.cs