Code:
/ 4.0 / 4.0 / 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.
//------------------------------------------------------------------------------
//
// 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
- HttpCachePolicy.cs
- TypeSource.cs
- SessionConnectionReader.cs
- LicenseException.cs
- UriTemplateClientFormatter.cs
- ExtensionQuery.cs
- NullableConverter.cs
- WindowsGraphics2.cs
- RepeatInfo.cs
- FixUp.cs
- TemplatePropertyEntry.cs
- RealizationDrawingContextWalker.cs
- CorrelationValidator.cs
- RadioButtonStandardAdapter.cs
- DisplayMemberTemplateSelector.cs
- GridSplitterAutomationPeer.cs
- VBCodeProvider.cs
- TextDecorationLocationValidation.cs
- Deflater.cs
- Cursor.cs
- InvalidOperationException.cs
- PropertyEntry.cs
- listitem.cs
- ModelItemExtensions.cs
- WorkflowViewManager.cs
- ConnectionStringSettings.cs
- DataGridViewTextBoxColumn.cs
- SingleObjectCollection.cs
- ToolboxSnapDragDropEventArgs.cs
- CompilerErrorCollection.cs
- XmlEncodedRawTextWriter.cs
- ContentDisposition.cs
- ReferenceConverter.cs
- AutomationElement.cs
- GreenMethods.cs
- HandleInitializationContext.cs
- InvalidWMPVersionException.cs
- VisualTransition.cs
- ChangeBlockUndoRecord.cs
- DefaultConfirmation.cs
- CalendarDateRange.cs
- ContextBase.cs
- _NetworkingPerfCounters.cs
- AtomServiceDocumentSerializer.cs
- PointAnimationUsingPath.cs
- HttpAsyncResult.cs
- DesignerTransactionCloseEvent.cs
- Exception.cs
- SqlTriggerAttribute.cs
- PointConverter.cs
- DispatcherTimer.cs
- PageParser.cs
- PointLight.cs
- RouteUrlExpressionBuilder.cs
- SHA256Managed.cs
- UnsafeNetInfoNativeMethods.cs
- InheritanceAttribute.cs
- XmlAttributes.cs
- Selection.cs
- PaperSize.cs
- PerfProviderCollection.cs
- ScrollChrome.cs
- XmlQueryTypeFactory.cs
- LiteralControl.cs
- _UriSyntax.cs
- TraceContext.cs
- DbProviderFactoriesConfigurationHandler.cs
- MessageSecurityException.cs
- PlainXmlDeserializer.cs
- WindowsProgressbar.cs
- ParameterElementCollection.cs
- EncoderReplacementFallback.cs
- UidManager.cs
- updatecommandorderer.cs
- Internal.cs
- ViewSimplifier.cs
- ThreadNeutralSemaphore.cs
- SoapCommonClasses.cs
- ResumeStoryboard.cs
- ExtendedProtectionPolicyTypeConverter.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- VisualTarget.cs
- ColumnPropertiesGroup.cs
- mediaeventshelper.cs
- XMLDiffLoader.cs
- ProfileSettingsCollection.cs
- TextTreeNode.cs
- WindowsFormsLinkLabel.cs
- TypeConstant.cs
- AttributeUsageAttribute.cs
- KeyValueConfigurationCollection.cs
- BulletChrome.cs
- XmlSignatureProperties.cs
- XmlTextWriter.cs
- CodeMemberProperty.cs
- InputLanguageManager.cs
- UrlMapping.cs
- TextTreeObjectNode.cs
- PackagePart.cs
- SourceItem.cs