Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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.
//
//-----------------------------------------------------------------------------
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
- Command.cs
- ReliableChannelFactory.cs
- MasterPageCodeDomTreeGenerator.cs
- OleDbFactory.cs
- ParallelDesigner.cs
- TransformCollection.cs
- ThumbAutomationPeer.cs
- IChannel.cs
- SqlServices.cs
- XmlExtensionFunction.cs
- NonDualMessageSecurityOverHttp.cs
- ControlValuePropertyAttribute.cs
- SqlDataSourceStatusEventArgs.cs
- SocketException.cs
- Span.cs
- MultiAsyncResult.cs
- EnvironmentPermission.cs
- EventDescriptorCollection.cs
- COAUTHIDENTITY.cs
- SqlProviderManifest.cs
- SocketInformation.cs
- EastAsianLunisolarCalendar.cs
- ConfigurationSectionHelper.cs
- FontStyleConverter.cs
- UntypedNullExpression.cs
- InvalidTimeZoneException.cs
- WebBrowser.cs
- XmlSecureResolver.cs
- WmlMobileTextWriter.cs
- Site.cs
- TextDecorationCollectionConverter.cs
- BoundConstants.cs
- DbConnectionOptions.cs
- DataGridViewCellConverter.cs
- TimeSpanStorage.cs
- FormsAuthenticationUserCollection.cs
- X509Certificate.cs
- Columns.cs
- SamlAuthenticationClaimResource.cs
- ObjectSet.cs
- XamlReaderConstants.cs
- Attachment.cs
- ListMarkerSourceInfo.cs
- SharedMemory.cs
- BaseTransportHeaders.cs
- sqlinternaltransaction.cs
- UiaCoreApi.cs
- PTProvider.cs
- LogReservationCollection.cs
- MetadataItemSerializer.cs
- AdornerHitTestResult.cs
- ClientFormsAuthenticationCredentials.cs
- UDPClient.cs
- MasterPageParser.cs
- BasicBrowserDialog.cs
- _FtpControlStream.cs
- TreeNode.cs
- ColorContextHelper.cs
- TemplateControlParser.cs
- XmlSerializerNamespaces.cs
- HttpConfigurationContext.cs
- ButtonAutomationPeer.cs
- NativeRecognizer.cs
- WsdlHelpGeneratorElement.cs
- BrowserCapabilitiesCompiler.cs
- CodeEventReferenceExpression.cs
- TreeNodeBinding.cs
- ErrorTableItemStyle.cs
- ContentElementAutomationPeer.cs
- ObfuscationAttribute.cs
- SystemIPGlobalProperties.cs
- CodeEventReferenceExpression.cs
- PolyQuadraticBezierSegment.cs
- Dynamic.cs
- DebugViewWriter.cs
- SystemIPGlobalProperties.cs
- WebPartManagerInternals.cs
- FacetValues.cs
- DbgUtil.cs
- DocumentOrderQuery.cs
- SystemFonts.cs
- PrimitiveCodeDomSerializer.cs
- InputLangChangeRequestEvent.cs
- ListBoxItem.cs
- SubordinateTransaction.cs
- ContourSegment.cs
- X500Name.cs
- EditorZoneBase.cs
- ISAPIApplicationHost.cs
- ContactManager.cs
- UrlPath.cs
- TextEditorSpelling.cs
- SafeRightsManagementEnvironmentHandle.cs
- PanningMessageFilter.cs
- brushes.cs
- BlockUIContainer.cs
- SqlResolver.cs
- ParsedAttributeCollection.cs
- ApplicationDirectory.cs
- UrlParameterReader.cs