Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellToolTipTextNeededEventArgs.cs / 1 / 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.
//------------------------------------------------------------------------------
//
// 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
- CrossAppDomainChannel.cs
- StateChangeEvent.cs
- HtmlInputText.cs
- Button.cs
- RoutingSection.cs
- ScrollItemPattern.cs
- DateTimePicker.cs
- XmlEnumAttribute.cs
- FixedPageAutomationPeer.cs
- SafeCryptContextHandle.cs
- XamlVector3DCollectionSerializer.cs
- Point3DCollection.cs
- RootBrowserWindowProxy.cs
- HtmlInputFile.cs
- ThrowHelper.cs
- XmlSchemaProviderAttribute.cs
- counter.cs
- InterleavedZipPartStream.cs
- SQLInt64.cs
- PartitionResolver.cs
- SqlCrossApplyToCrossJoin.cs
- QuotedPrintableStream.cs
- FileDialog.cs
- Identity.cs
- ScriptResourceAttribute.cs
- QueryOutputWriter.cs
- Vector3DAnimation.cs
- RtfToXamlReader.cs
- Latin1Encoding.cs
- XmlWriterSettings.cs
- GcHandle.cs
- SmtpDigestAuthenticationModule.cs
- OleDbConnection.cs
- CDSCollectionETWBCLProvider.cs
- SafeSystemMetrics.cs
- MediaTimeline.cs
- Thickness.cs
- DataTableClearEvent.cs
- DbInsertCommandTree.cs
- BitmapEffectGroup.cs
- InplaceBitmapMetadataWriter.cs
- XhtmlConformanceSection.cs
- ProcessManager.cs
- ImageListUtils.cs
- HttpApplication.cs
- StaticDataManager.cs
- RSAOAEPKeyExchangeFormatter.cs
- CharUnicodeInfo.cs
- pingexception.cs
- SendMailErrorEventArgs.cs
- WorkflowRuntimeServicesBehavior.cs
- SamlDoNotCacheCondition.cs
- xmlglyphRunInfo.cs
- MailMessageEventArgs.cs
- AssemblyResourceLoader.cs
- QueryStringParameter.cs
- WebRequestModulesSection.cs
- TrustManagerPromptUI.cs
- DataGridPagingPage.cs
- SqlUserDefinedAggregateAttribute.cs
- ClientOperationFormatterProvider.cs
- PrivilegedConfigurationManager.cs
- DataTableClearEvent.cs
- BezierSegment.cs
- ContentType.cs
- _AcceptOverlappedAsyncResult.cs
- login.cs
- TextBox.cs
- BooleanToVisibilityConverter.cs
- RelatedView.cs
- AppDomain.cs
- XmlNodeChangedEventManager.cs
- CollectionView.cs
- ConditionalAttribute.cs
- TranslateTransform3D.cs
- FontStretchConverter.cs
- WindowsButton.cs
- ConfigurationValidatorBase.cs
- ControlsConfig.cs
- Vector3DValueSerializer.cs
- OracleMonthSpan.cs
- GeneralTransform3DCollection.cs
- SystemFonts.cs
- CodeMemberEvent.cs
- ItemPager.cs
- KoreanLunisolarCalendar.cs
- FormatStringEditor.cs
- DockPattern.cs
- SqlProcedureAttribute.cs
- RootProjectionNode.cs
- ParseNumbers.cs
- SqlConnectionPoolGroupProviderInfo.cs
- ConfigXmlSignificantWhitespace.cs
- MgmtResManager.cs
- ResourcesBuildProvider.cs
- SelectionRangeConverter.cs
- bidPrivateBase.cs
- DelegatingTypeDescriptionProvider.cs
- ImageMapEventArgs.cs
- XPathExpr.cs