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
- Statements.cs
- DoubleSumAggregationOperator.cs
- DbMetaDataCollectionNames.cs
- SqlHelper.cs
- SiteMapNodeCollection.cs
- GridEntry.cs
- EllipseGeometry.cs
- METAHEADER.cs
- ScrollProperties.cs
- HttpRawResponse.cs
- SystemIPAddressInformation.cs
- ImageField.cs
- BindingManagerDataErrorEventArgs.cs
- DataControlFieldHeaderCell.cs
- PersistNameAttribute.cs
- DiscoveryInnerClientManaged11.cs
- SettingsPropertyValueCollection.cs
- Publisher.cs
- FastPropertyAccessor.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- ToolStripItemClickedEventArgs.cs
- TableItemPatternIdentifiers.cs
- ReturnValue.cs
- SecurityContextSecurityTokenParameters.cs
- SolidColorBrush.cs
- PageThemeBuildProvider.cs
- HttpCachePolicyElement.cs
- SqlDataSourceCommandEventArgs.cs
- CheckBoxBaseAdapter.cs
- DocumentViewerHelper.cs
- StylusPointPropertyId.cs
- IconConverter.cs
- CompiledRegexRunnerFactory.cs
- MaskDescriptors.cs
- NamespaceCollection.cs
- Rect3DValueSerializer.cs
- X509UI.cs
- StandardBindingCollectionElement.cs
- DocumentCollection.cs
- ProfileModule.cs
- XamlToRtfWriter.cs
- ContentFilePart.cs
- BulletDecorator.cs
- Char.cs
- WebScriptEnablingBehavior.cs
- webproxy.cs
- UriTemplateMatchException.cs
- BinarySerializer.cs
- InstanceStore.cs
- TaskFactory.cs
- EditorAttribute.cs
- DbQueryCommandTree.cs
- HandlerMappingMemo.cs
- SymLanguageVendor.cs
- CalendarSelectionChangedEventArgs.cs
- SelectorAutomationPeer.cs
- FunctionUpdateCommand.cs
- SafeNativeMethodsOther.cs
- XmlNamespaceDeclarationsAttribute.cs
- DataRow.cs
- DefaultValueConverter.cs
- DataGridState.cs
- CodeCatchClause.cs
- LinqDataSourceSelectEventArgs.cs
- IISMapPath.cs
- DrawListViewItemEventArgs.cs
- BuildManager.cs
- PropertyPushdownHelper.cs
- ObjectAssociationEndMapping.cs
- Invariant.cs
- InternalBufferOverflowException.cs
- CodeLabeledStatement.cs
- HwndTarget.cs
- SurrogateChar.cs
- HtmlHistory.cs
- RemotingAttributes.cs
- WindowAutomationPeer.cs
- GPStream.cs
- SymbolEqualComparer.cs
- Scripts.cs
- XmlUrlResolver.cs
- ComplexPropertyEntry.cs
- BaseParser.cs
- LongPath.cs
- IconEditor.cs
- _UriTypeConverter.cs
- NameSpaceExtractor.cs
- GeometryHitTestResult.cs
- QueueSurrogate.cs
- XmlSerializer.cs
- StructuredTypeInfo.cs
- ApplyTemplatesAction.cs
- BinaryKeyIdentifierClause.cs
- TypeInitializationException.cs
- LayoutExceptionEventArgs.cs
- FixedHighlight.cs
- SettingsProviderCollection.cs
- PropertyStore.cs
- ProgressBar.cs
- QuaternionRotation3D.cs