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
- HostingPreferredMapPath.cs
- CriticalHandle.cs
- BindingContext.cs
- ImageCodecInfo.cs
- DataBinder.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ClientProxyGenerator.cs
- ResourcesGenerator.cs
- ColorPalette.cs
- ResourceCategoryAttribute.cs
- SmuggledIUnknown.cs
- DataSourceXmlSerializer.cs
- ContentFileHelper.cs
- QueryStringParameter.cs
- CodeAccessPermission.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- DeferredBinaryDeserializerExtension.cs
- SerializableAttribute.cs
- Annotation.cs
- DeclarativeExpressionConditionDeclaration.cs
- ClickablePoint.cs
- ControlPersister.cs
- AssemblyInfo.cs
- AlgoModule.cs
- WpfSharedXamlSchemaContext.cs
- SqlCacheDependency.cs
- TemplateColumn.cs
- WebPartMenuStyle.cs
- PasswordTextNavigator.cs
- XmlMtomWriter.cs
- SafeHGlobalHandleCritical.cs
- TaskFormBase.cs
- Calendar.cs
- CreateUserErrorEventArgs.cs
- TickBar.cs
- EntityExpressionVisitor.cs
- UnaryQueryOperator.cs
- SchemaAttDef.cs
- AggregationMinMaxHelpers.cs
- SynchronizationScope.cs
- SerTrace.cs
- CaretElement.cs
- SystemUnicastIPAddressInformation.cs
- DBAsyncResult.cs
- Encoding.cs
- FormCollection.cs
- Operand.cs
- MdImport.cs
- ValidatingReaderNodeData.cs
- SecureConversationDriver.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- BitmapEffectInput.cs
- UnsafeNativeMethods.cs
- WebPartConnectionsConfigureVerb.cs
- NumericUpDownAcceleration.cs
- SimpleMailWebEventProvider.cs
- LicenseManager.cs
- GridViewSortEventArgs.cs
- RemotingConfigParser.cs
- WeakReferenceList.cs
- SecurityTokenException.cs
- XmlSchemaSimpleContentRestriction.cs
- CompiledRegexRunnerFactory.cs
- PointAnimationBase.cs
- ManagedIStream.cs
- DataViewManagerListItemTypeDescriptor.cs
- DataStreamFromComStream.cs
- PriorityChain.cs
- Models.cs
- PageBreakRecord.cs
- SqlDependencyListener.cs
- WeakReadOnlyCollection.cs
- _NegoStream.cs
- WinFormsSecurity.cs
- PointCollection.cs
- EventSource.cs
- ListItemCollection.cs
- ArgumentElement.cs
- ThrowHelper.cs
- GetPageNumberCompletedEventArgs.cs
- AuthenticatedStream.cs
- ClientSettingsStore.cs
- DataGridViewCellParsingEventArgs.cs
- CaseInsensitiveOrdinalStringComparer.cs
- RuleProcessor.cs
- DynamicHyperLink.cs
- RequestCacheValidator.cs
- UnsettableComboBox.cs
- ExtensionElement.cs
- PolicyValidationException.cs
- ChannelDispatcher.cs
- IdentityNotMappedException.cs
- DependencySource.cs
- TypeSemantics.cs
- SafeNativeMethods.cs
- _SingleItemRequestCache.cs
- CodeComment.cs
- ColumnProvider.cs
- ReversePositionQuery.cs
- BitmapEffect.cs