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
- TimelineGroup.cs
- SecurityRuntime.cs
- XmlRootAttribute.cs
- EdmTypeAttribute.cs
- DatatypeImplementation.cs
- hresults.cs
- DataBoundControl.cs
- DomainUpDown.cs
- ScopelessEnumAttribute.cs
- FilteredAttributeCollection.cs
- LongMinMaxAggregationOperator.cs
- _SslSessionsCache.cs
- VectorAnimationBase.cs
- DataTableTypeConverter.cs
- ZipIOModeEnforcingStream.cs
- SqlCacheDependencyDatabase.cs
- SafeWaitHandle.cs
- WebServiceBindingAttribute.cs
- CultureInfo.cs
- FixedHyperLink.cs
- NameValueCollection.cs
- WmfPlaceableFileHeader.cs
- XmlILCommand.cs
- ProcessHostServerConfig.cs
- XmlSchemaSimpleContent.cs
- DataBoundControl.cs
- XmlnsPrefixAttribute.cs
- WebRequest.cs
- QueryStringParameter.cs
- PropertyManager.cs
- DataGridTextBoxColumn.cs
- MenuEventArgs.cs
- UInt16Converter.cs
- TemplateParser.cs
- ColumnHeader.cs
- GeneralTransform3D.cs
- StylusDevice.cs
- SEHException.cs
- CodeMemberEvent.cs
- BooleanKeyFrameCollection.cs
- SqlDataSourceCommandEventArgs.cs
- NameNode.cs
- AutomationPatternInfo.cs
- WpfXamlType.cs
- HttpRequestWrapper.cs
- While.cs
- FlowDocumentScrollViewer.cs
- MetabaseReader.cs
- EventNotify.cs
- FileDialog.cs
- XmlSchemaProviderAttribute.cs
- ObjectSecurityT.cs
- RuleSettingsCollection.cs
- XslNumber.cs
- CodeTypeParameterCollection.cs
- CommandField.cs
- LabelDesigner.cs
- ExceptionNotification.cs
- DiscreteKeyFrames.cs
- RemoteWebConfigurationHostStream.cs
- XmlProcessingInstruction.cs
- X509SecurityToken.cs
- ToolStripLabel.cs
- Synchronization.cs
- ObjectItemCollection.cs
- SHA1CryptoServiceProvider.cs
- Console.cs
- ToolStripTextBox.cs
- Buffer.cs
- BinHexEncoder.cs
- SoapInteropTypes.cs
- MailAddressParser.cs
- DoubleKeyFrameCollection.cs
- ContentTextAutomationPeer.cs
- ErrorActivity.cs
- StyleBamlTreeBuilder.cs
- LocatorPart.cs
- EventItfInfo.cs
- QuarticEase.cs
- NotCondition.cs
- NativeMethodsOther.cs
- FixUpCollection.cs
- InheritedPropertyChangedEventArgs.cs
- BooleanStorage.cs
- SQLInt16.cs
- GlyphRun.cs
- VisualStyleTypesAndProperties.cs
- Process.cs
- WebBrowser.cs
- RequestQueryParser.cs
- DataGridView.cs
- input.cs
- ActivityExecutorDelegateInfo.cs
- RightsDocument.cs
- TimeIntervalCollection.cs
- EntryWrittenEventArgs.cs
- WebPartCollection.cs
- documentsequencetextpointer.cs
- AtomContentProperty.cs
- CustomErrorsSectionWrapper.cs