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
- HostedTransportConfigurationManager.cs
- QfeChecker.cs
- XamlWrappingReader.cs
- Socket.cs
- Msec.cs
- AdRotatorDesigner.cs
- OracleBoolean.cs
- LinearQuaternionKeyFrame.cs
- NameTable.cs
- SQLDateTimeStorage.cs
- StackOverflowException.cs
- StyleXamlParser.cs
- TabControlAutomationPeer.cs
- Wildcard.cs
- AnnotationComponentChooser.cs
- ConcurrentStack.cs
- DesignerWebPartChrome.cs
- OdbcCommandBuilder.cs
- CodeAttributeDeclarationCollection.cs
- RootBrowserWindowProxy.cs
- PageStatePersister.cs
- Label.cs
- StackOverflowException.cs
- DefaultBindingPropertyAttribute.cs
- XmlSerializerSection.cs
- DataSourceDesigner.cs
- SelectedCellsChangedEventArgs.cs
- GeneralTransform3DCollection.cs
- FixedBufferAttribute.cs
- DbSource.cs
- CaseInsensitiveComparer.cs
- WorkItem.cs
- TextRunTypographyProperties.cs
- SchemaElementLookUpTableEnumerator.cs
- DriveNotFoundException.cs
- SecuritySessionSecurityTokenProvider.cs
- ObjectPersistData.cs
- RenderingBiasValidation.cs
- MessageQueueCriteria.cs
- IncrementalReadDecoders.cs
- PartitionResolver.cs
- DocumentViewerAutomationPeer.cs
- FileInfo.cs
- WebBrowserEvent.cs
- WinInetCache.cs
- FastEncoderWindow.cs
- DateTimeUtil.cs
- FrameDimension.cs
- UniformGrid.cs
- WindowsFormsHelpers.cs
- TreeViewImageKeyConverter.cs
- TypeNameConverter.cs
- EllipseGeometry.cs
- Tool.cs
- ShapeTypeface.cs
- GeneralTransformGroup.cs
- Vector3DAnimationBase.cs
- ZipIOExtraFieldElement.cs
- NotFiniteNumberException.cs
- XmlObjectSerializerReadContextComplexJson.cs
- ConfigurationSettings.cs
- FamilyTypefaceCollection.cs
- UriScheme.cs
- RepeaterItem.cs
- BooleanAnimationUsingKeyFrames.cs
- QilPatternVisitor.cs
- SqlPersonalizationProvider.cs
- ListViewSortEventArgs.cs
- HasCopySemanticsAttribute.cs
- MetadataFile.cs
- RandomNumberGenerator.cs
- OracleSqlParser.cs
- TextStore.cs
- FolderBrowserDialog.cs
- XmlAttributeOverrides.cs
- ECDsa.cs
- AnnotationObservableCollection.cs
- SqlCommandSet.cs
- XmlDesigner.cs
- BasicHttpMessageSecurity.cs
- SRef.cs
- MulticastIPAddressInformationCollection.cs
- MasterPage.cs
- CfgSemanticTag.cs
- GlyphingCache.cs
- XmlTextEncoder.cs
- ConfigurationProviderException.cs
- WebBrowserBase.cs
- EditCommandColumn.cs
- ConfigurationPropertyAttribute.cs
- ItemCollection.cs
- AnimationStorage.cs
- columnmapfactory.cs
- ComplexBindingPropertiesAttribute.cs
- WindowsListViewScroll.cs
- DSASignatureFormatter.cs
- ArrayConverter.cs
- HtmlInputCheckBox.cs
- VisualStyleTypesAndProperties.cs
- Internal.cs