Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SpeakProgressEventArgs.cs
- SeparatorAutomationPeer.cs
- ContentControl.cs
- RectConverter.cs
- SerializationObjectManager.cs
- AlternateViewCollection.cs
- _SSPIWrapper.cs
- EntityDesignerBuildProvider.cs
- ResourceAssociationType.cs
- Encoding.cs
- Int64AnimationUsingKeyFrames.cs
- ComboBoxItem.cs
- PrimaryKeyTypeConverter.cs
- MenuItemBinding.cs
- GuidTagList.cs
- TraceListener.cs
- ControlCachePolicy.cs
- ElementAtQueryOperator.cs
- DiagnosticTraceSource.cs
- AssemblyBuilder.cs
- ErrorStyle.cs
- HashRepartitionStream.cs
- ContainerControlDesigner.cs
- HttpWrapper.cs
- DataGridViewComboBoxEditingControl.cs
- CodeDirectiveCollection.cs
- RuntimeEnvironment.cs
- ToolStripOverflowButton.cs
- PagedDataSource.cs
- StopRoutingHandler.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- TrackPointCollection.cs
- RoleManagerSection.cs
- SessionStateSection.cs
- OdbcError.cs
- NativeMethods.cs
- DropDownHolder.cs
- StorageAssociationTypeMapping.cs
- ColumnMapProcessor.cs
- PersonalizationProviderHelper.cs
- WindowsAuthenticationEventArgs.cs
- QuaternionConverter.cs
- BooleanProjectedSlot.cs
- DataControlReference.cs
- PatternMatcher.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- Content.cs
- NullableLongAverageAggregationOperator.cs
- PkcsUtils.cs
- RectKeyFrameCollection.cs
- _NtlmClient.cs
- BuildManagerHost.cs
- WorkflowMarkupSerializer.cs
- EntitySqlException.cs
- MenuScrollingVisibilityConverter.cs
- FrameworkElement.cs
- CheckoutException.cs
- PcmConverter.cs
- CacheChildrenQuery.cs
- ProcessProtocolHandler.cs
- QuaternionAnimation.cs
- BamlLocalizabilityResolver.cs
- COM2ExtendedTypeConverter.cs
- XmlAnyElementAttribute.cs
- PropertyDescriptors.cs
- FileLoadException.cs
- ListBase.cs
- BinaryParser.cs
- TTSVoice.cs
- ToolboxComponentsCreatingEventArgs.cs
- WebPartChrome.cs
- SingleObjectCollection.cs
- IfAction.cs
- PermissionSetEnumerator.cs
- ContentElement.cs
- ToolStripRenderer.cs
- KeyValuePairs.cs
- ViewCellSlot.cs
- HyperLink.cs
- RandomNumberGenerator.cs
- RadioButton.cs
- XmlNamespaceDeclarationsAttribute.cs
- Calendar.cs
- TailCallAnalyzer.cs
- autovalidator.cs
- BitmapCodecInfoInternal.cs
- SyndicationContent.cs
- WebPartsPersonalizationAuthorization.cs
- RowBinding.cs
- NegationPusher.cs
- Comparer.cs
- DataTemplateSelector.cs
- PostBackOptions.cs
- PreloadedPackages.cs
- Keyboard.cs
- FontStretchConverter.cs
- WindowsListView.cs
- CornerRadius.cs
- DataPointer.cs
- ColorConverter.cs