Code:
/ DotNET / DotNET / 8.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
- LinqDataSourceContextData.cs
- LicenseManager.cs
- HttpRuntimeSection.cs
- MenuBase.cs
- PeerPresenceInfo.cs
- StrongTypingException.cs
- DbConnectionPoolGroup.cs
- MemberAccessException.cs
- CodeVariableReferenceExpression.cs
- Rule.cs
- LocatorPartList.cs
- LineServices.cs
- UrlMappingsModule.cs
- TraceContextRecord.cs
- X509SubjectKeyIdentifierClause.cs
- ConfigXmlReader.cs
- HtmlInputControl.cs
- ToolboxSnapDragDropEventArgs.cs
- BadImageFormatException.cs
- SectionInput.cs
- RuleConditionDialog.Designer.cs
- FixedSOMPageConstructor.cs
- StatusBarItem.cs
- StreamUpdate.cs
- HttpFormatExtensions.cs
- TemplatedWizardStep.cs
- ZipIOExtraField.cs
- LayoutEditorPart.cs
- SplineKeyFrames.cs
- AssemblyAssociatedContentFileAttribute.cs
- ItemsPanelTemplate.cs
- ValidationEventArgs.cs
- UnsafeNativeMethodsMilCoreApi.cs
- InlinedAggregationOperator.cs
- ObjectToIdCache.cs
- GlyphingCache.cs
- CodeSubDirectoriesCollection.cs
- XmlnsDictionary.cs
- handlecollector.cs
- EmbeddedMailObjectsCollection.cs
- FileEnumerator.cs
- InputQueueChannel.cs
- CharacterBufferReference.cs
- DesignTimeDataBinding.cs
- AuthorizationRule.cs
- SevenBitStream.cs
- XmlAttributeProperties.cs
- UpDownBase.cs
- BitmapEffectState.cs
- FrameworkContentElementAutomationPeer.cs
- TextElementEditingBehaviorAttribute.cs
- MenuItemBindingCollection.cs
- TypedAsyncResult.cs
- Attributes.cs
- SQLByteStorage.cs
- DataGridViewColumnCollection.cs
- StringValueSerializer.cs
- BitmapSourceSafeMILHandle.cs
- DesignerVerb.cs
- AttachedPropertyBrowsableAttribute.cs
- RelationshipEndMember.cs
- SelectManyQueryOperator.cs
- TcpPortSharing.cs
- ToolboxComponentsCreatedEventArgs.cs
- TimeSpanSecondsConverter.cs
- Style.cs
- CachedPathData.cs
- ConfigurationSchemaErrors.cs
- WebAdminConfigurationHelper.cs
- WorkItem.cs
- TargetControlTypeCache.cs
- MarginCollapsingState.cs
- ItemCollection.cs
- EntityWrapper.cs
- DataGridRow.cs
- PropertyFilter.cs
- NewArrayExpression.cs
- LongValidator.cs
- PrimitiveSchema.cs
- RC2CryptoServiceProvider.cs
- ChangeProcessor.cs
- FrameAutomationPeer.cs
- InputGestureCollection.cs
- ColorAnimationBase.cs
- ParseNumbers.cs
- TextEditorSpelling.cs
- RowBinding.cs
- Timer.cs
- KeyEvent.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- ConfigurationLocation.cs
- WebScriptEnablingBehavior.cs
- DataGridViewColumnStateChangedEventArgs.cs
- TypeResolvingOptionsAttribute.cs
- DataTableTypeConverter.cs
- WpfPayload.cs
- XmlILConstructAnalyzer.cs
- DisableDpiAwarenessAttribute.cs
- ProfilePropertyNameValidator.cs
- MergeFilterQuery.cs