Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowHeightInfoPushedEventArgs.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CommentEmitter.cs
- ColumnResizeUndoUnit.cs
- SqlWriter.cs
- DataGridColumnCollection.cs
- ResXResourceSet.cs
- TextTabProperties.cs
- ItemsPanelTemplate.cs
- QilNode.cs
- OneToOneMappingSerializer.cs
- Soap12ProtocolReflector.cs
- SizeAnimationUsingKeyFrames.cs
- ProjectionPlanCompiler.cs
- LayoutInformation.cs
- Missing.cs
- XPathNode.cs
- XmlUtil.cs
- RoleServiceManager.cs
- Base64Encoder.cs
- DataGridViewColumnCollectionEditor.cs
- EditorAttribute.cs
- UInt64Storage.cs
- AnnotationResourceCollection.cs
- X509SecurityToken.cs
- JpegBitmapEncoder.cs
- ConversionContext.cs
- HijriCalendar.cs
- _SecureChannel.cs
- ReadOnlyObservableCollection.cs
- BamlResourceContent.cs
- XmlDataSourceNodeDescriptor.cs
- Transform.cs
- WindowsNonControl.cs
- DesignerForm.cs
- IPipelineRuntime.cs
- IPAddressCollection.cs
- TypographyProperties.cs
- XmlBinaryReader.cs
- DefinitionBase.cs
- LoadedOrUnloadedOperation.cs
- BamlBinaryWriter.cs
- SerialErrors.cs
- DataKeyArray.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- StreamGeometryContext.cs
- HttpProfileGroupBase.cs
- XmlWrappingReader.cs
- QueryPrefixOp.cs
- TrackingProfileCache.cs
- FixedSOMLineCollection.cs
- SequenceQuery.cs
- XAMLParseException.cs
- DataObject.cs
- SaveFileDialog.cs
- BindToObject.cs
- SafeCryptHandles.cs
- LayoutSettings.cs
- OperationAbortedException.cs
- SspiSafeHandles.cs
- MethodBuilder.cs
- PointLightBase.cs
- TrackingRecord.cs
- MsmqIntegrationInputMessage.cs
- TagNameToTypeMapper.cs
- Expressions.cs
- Repeater.cs
- ValueExpressions.cs
- HostProtectionPermission.cs
- WindowsRichEdit.cs
- QilReplaceVisitor.cs
- rsa.cs
- PartialCachingAttribute.cs
- DataKey.cs
- EntityTypeEmitter.cs
- UDPClient.cs
- MediaPlayerState.cs
- Win32.cs
- SHA1.cs
- IntegrationExceptionEventArgs.cs
- ProfileModule.cs
- DataKey.cs
- SafeIUnknown.cs
- ColumnResizeUndoUnit.cs
- FileChangesMonitor.cs
- InstancePersistence.cs
- CodeCommentStatement.cs
- ProcessStartInfo.cs
- XPathDocumentIterator.cs
- OleDbPropertySetGuid.cs
- ComplexBindingPropertiesAttribute.cs
- ClientSettingsProvider.cs
- NullToBooleanConverter.cs
- PathSegment.cs
- SqlDeflator.cs
- SrgsSemanticInterpretationTag.cs
- XmlSchemaImporter.cs
- Site.cs
- CapabilitiesState.cs
- DataTableReaderListener.cs
- InvokeDelegate.cs
- RemotingAttributes.cs