Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellToolTipTextNeededEventArgs.cs / 1305376 / DataGridViewCellToolTipTextNeededEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewCellToolTipTextNeededEventArgs : DataGridViewCellEventArgs { private string toolTipText; internal DataGridViewCellToolTipTextNeededEventArgs( int columnIndex, int rowIndex, string toolTipText) : base(columnIndex, rowIndex) { this.toolTipText = toolTipText; } /// public string ToolTipText { get { return this.toolTipText; } set { this.toolTipText = value; } } } } // 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
- LocalizeDesigner.cs
- SoapBinding.cs
- Type.cs
- XsltFunctions.cs
- ChangeBlockUndoRecord.cs
- DependencyPropertyAttribute.cs
- GroupStyle.cs
- EmulateRecognizeCompletedEventArgs.cs
- TemplateXamlParser.cs
- WebPartDisplayMode.cs
- IdentityReference.cs
- ConfigurationSectionGroup.cs
- Imaging.cs
- WebPartConnectionsDisconnectVerb.cs
- RegisteredArrayDeclaration.cs
- MenuItemBindingCollection.cs
- FixedSOMContainer.cs
- SingleObjectCollection.cs
- BaseCodeDomTreeGenerator.cs
- ControlBindingsCollection.cs
- DirectionalLight.cs
- DependencyPropertyChangedEventArgs.cs
- Attributes.cs
- XmlNamespaceMapping.cs
- XmlHierarchicalEnumerable.cs
- SqlDelegatedTransaction.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- PolygonHotSpot.cs
- TranslateTransform.cs
- LoginName.cs
- WindowsFormsHostPropertyMap.cs
- ControlPropertyNameConverter.cs
- ToolStripDropDownItem.cs
- ECDiffieHellman.cs
- EventLogger.cs
- QilDataSource.cs
- XmlEventCache.cs
- Timer.cs
- SQLDouble.cs
- XPathNodeInfoAtom.cs
- ObjectConverter.cs
- DataServiceBuildProvider.cs
- AttachedAnnotationChangedEventArgs.cs
- HScrollBar.cs
- XmlSchemaNotation.cs
- EraserBehavior.cs
- ObjectStateEntry.cs
- CodeBinaryOperatorExpression.cs
- SqlBulkCopy.cs
- SimpleLine.cs
- ImageAutomationPeer.cs
- ValidatingCollection.cs
- TraceSource.cs
- SmiEventStream.cs
- SessionStateModule.cs
- FloatSumAggregationOperator.cs
- ShaderEffect.cs
- TaiwanCalendar.cs
- WebPartUtil.cs
- LoadWorkflowAsyncResult.cs
- ColumnClickEvent.cs
- TableCell.cs
- HttpSessionStateBase.cs
- WebPart.cs
- DrawingBrush.cs
- RoutedEventHandlerInfo.cs
- Win32KeyboardDevice.cs
- PointCollection.cs
- WorkflowValidationFailedException.cs
- DataGridGeneralPage.cs
- MessageSecurityOverMsmq.cs
- CursorInteropHelper.cs
- Size3DConverter.cs
- Soap12ProtocolReflector.cs
- MSHTMLHostUtil.cs
- TextRangeProviderWrapper.cs
- QilXmlWriter.cs
- MappingModelBuildProvider.cs
- CompressedStack.cs
- CollectionViewGroup.cs
- ConnectionStringSettings.cs
- InternalReceiveMessage.cs
- ToolStripPanelRow.cs
- RuleCache.cs
- HttpContextWrapper.cs
- InkSerializer.cs
- UnsafeNativeMethodsCLR.cs
- ResourcePermissionBaseEntry.cs
- webclient.cs
- SocketException.cs
- JournalEntryListConverter.cs
- clipboard.cs
- EdgeProfileValidation.cs
- ConfigViewGenerator.cs
- ProviderCommandInfoUtils.cs
- TypeResolvingOptionsAttribute.cs
- OleDbRowUpdatingEvent.cs
- ListMarkerSourceInfo.cs
- baseshape.cs
- BasicAsyncResult.cs