Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ThreadAttributes.cs
- FixedSOMPage.cs
- CreateUserErrorEventArgs.cs
- GuidConverter.cs
- FormatConvertedBitmap.cs
- TemplateXamlTreeBuilder.cs
- ToolStripItemImageRenderEventArgs.cs
- ControlCollection.cs
- PageSettings.cs
- SystemNetHelpers.cs
- WorkflowMarkupSerializationManager.cs
- SigningDialog.cs
- WebPartRestoreVerb.cs
- VolatileEnlistmentMultiplexing.cs
- ScrollItemProviderWrapper.cs
- DetailsViewCommandEventArgs.cs
- DbParameterCollection.cs
- DataGridViewCellEventArgs.cs
- MailWebEventProvider.cs
- ErrorEventArgs.cs
- SchemaConstraints.cs
- brushes.cs
- CodeDomLoader.cs
- Win32MouseDevice.cs
- InkCanvasInnerCanvas.cs
- Invariant.cs
- StringInfo.cs
- WebPartMovingEventArgs.cs
- MetaTableHelper.cs
- ReadOnlyTernaryTree.cs
- ServiceObjectContainer.cs
- RuntimeConfig.cs
- StateManagedCollection.cs
- HttpListenerResponse.cs
- XmlWrappingReader.cs
- StylusPlugin.cs
- DtcInterfaces.cs
- ResourceAttributes.cs
- LambdaCompiler.Binary.cs
- ManualWorkflowSchedulerService.cs
- XMLUtil.cs
- TextContainerChangedEventArgs.cs
- ControlParameter.cs
- IPipelineRuntime.cs
- ControlEvent.cs
- ServiceModelActivationSectionGroup.cs
- IntermediatePolicyValidator.cs
- ObjectTag.cs
- EastAsianLunisolarCalendar.cs
- XPathNodeList.cs
- ImageClickEventArgs.cs
- KnownTypesHelper.cs
- LineSegment.cs
- XamlFigureLengthSerializer.cs
- CompositionTarget.cs
- InstanceKeyNotReadyException.cs
- arc.cs
- CodeCastExpression.cs
- ToolboxCategoryItems.cs
- AtomMaterializerLog.cs
- XmlLinkedNode.cs
- XamlInt32CollectionSerializer.cs
- TextParaClient.cs
- ShapingEngine.cs
- WindowsImpersonationContext.cs
- CalendarItem.cs
- PinnedBufferMemoryStream.cs
- DataTransferEventArgs.cs
- XmlDictionaryString.cs
- GridViewDeleteEventArgs.cs
- SoapMessage.cs
- BuildProvidersCompiler.cs
- ResourceCategoryAttribute.cs
- __Filters.cs
- SynchronizationHandlesCodeDomSerializer.cs
- SafeViewOfFileHandle.cs
- Selection.cs
- EditorAttributeInfo.cs
- RuntimeComponentFilter.cs
- DoubleAnimation.cs
- InlineCollection.cs
- ToolboxBitmapAttribute.cs
- StateWorkerRequest.cs
- _NtlmClient.cs
- HierarchicalDataSourceIDConverter.cs
- CrossSiteScriptingValidation.cs
- HttpCapabilitiesSectionHandler.cs
- DataGridRowAutomationPeer.cs
- DecimalConstantAttribute.cs
- AttributeQuery.cs
- StorageEndPropertyMapping.cs
- WinOEToolBoxItem.cs
- ObjectAnimationUsingKeyFrames.cs
- CheckBox.cs
- Normalization.cs
- Stack.cs
- DispatcherProcessingDisabled.cs
- CodeStatement.cs
- BufferedStream2.cs
- CollectionBase.cs