Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewEditingControlShowingEventArgs.cs / 1 / DataGridViewEditingControlShowingEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System.Windows.Forms;
using System;
///
public class DataGridViewEditingControlShowingEventArgs : EventArgs
{
Control control = null;
DataGridViewCellStyle cellStyle;
///
public DataGridViewEditingControlShowingEventArgs(Control control, DataGridViewCellStyle cellStyle)
{
this.control = control;
this.cellStyle = cellStyle;
}
///
public DataGridViewCellStyle CellStyle
{
get
{
return this.cellStyle;
}
set
{
if (value == null)
{
throw new ArgumentNullException("value");
}
this.cellStyle = value;
}
}
///
public Control Control
{
get
{
return this.control;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System.Windows.Forms;
using System;
///
public class DataGridViewEditingControlShowingEventArgs : EventArgs
{
Control control = null;
DataGridViewCellStyle cellStyle;
///
public DataGridViewEditingControlShowingEventArgs(Control control, DataGridViewCellStyle cellStyle)
{
this.control = control;
this.cellStyle = cellStyle;
}
///
public DataGridViewCellStyle CellStyle
{
get
{
return this.cellStyle;
}
set
{
if (value == null)
{
throw new ArgumentNullException("value");
}
this.cellStyle = value;
}
}
///
public Control Control
{
get
{
return this.control;
}
}
}
}
// 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
- RoleManagerEventArgs.cs
- SynchronizationHandlesCodeDomSerializer.cs
- KerberosTicketHashIdentifierClause.cs
- ChtmlFormAdapter.cs
- ToolZoneDesigner.cs
- ListBindingHelper.cs
- PermissionRequestEvidence.cs
- DataSourceProvider.cs
- FileDataSourceCache.cs
- ReflectionPermission.cs
- ClrProviderManifest.cs
- ConstantSlot.cs
- InstanceDataCollection.cs
- SchemaElement.cs
- followingquery.cs
- CodeAccessPermission.cs
- BamlCollectionHolder.cs
- SQLBinaryStorage.cs
- CodeAccessSecurityEngine.cs
- DocumentXPathNavigator.cs
- NamespaceCollection.cs
- HtmlTableCell.cs
- MarkupProperty.cs
- ComponentDispatcher.cs
- MailWebEventProvider.cs
- Button.cs
- FixUp.cs
- AsyncStreamReader.cs
- _UncName.cs
- ServiceModelEnumValidator.cs
- LabelLiteral.cs
- ReservationNotFoundException.cs
- CompositeDataBoundControl.cs
- relpropertyhelper.cs
- StoreItemCollection.Loader.cs
- PackUriHelper.cs
- PublishLicense.cs
- OleDbPropertySetGuid.cs
- ObjectAssociationEndMapping.cs
- ActiveXSite.cs
- PrintDialogDesigner.cs
- ActivityCollectionMarkupSerializer.cs
- CommonObjectSecurity.cs
- ConfigXmlDocument.cs
- AssertUtility.cs
- GroupQuery.cs
- PrivilegeNotHeldException.cs
- JoinCqlBlock.cs
- TextPenaltyModule.cs
- InputManager.cs
- Calendar.cs
- SelectionChangedEventArgs.cs
- PropertyMapper.cs
- ZeroOpNode.cs
- PersonalizableTypeEntry.cs
- PointKeyFrameCollection.cs
- LoginName.cs
- StringExpressionSet.cs
- CopyAttributesAction.cs
- ObjectTag.cs
- Scheduler.cs
- DataSourceProvider.cs
- DataObjectCopyingEventArgs.cs
- InputLanguageCollection.cs
- SR.cs
- WorkflowEventArgs.cs
- ExpandoObject.cs
- FormatConvertedBitmap.cs
- DataView.cs
- SafeSecurityHandles.cs
- CodeDomSerializerException.cs
- OdbcConnectionOpen.cs
- DoubleAnimationBase.cs
- SchemaManager.cs
- MergeLocalizationDirectives.cs
- Crypto.cs
- PowerModeChangedEventArgs.cs
- COM2EnumConverter.cs
- SettingsBase.cs
- _Rfc2616CacheValidators.cs
- SoapServerProtocol.cs
- ManageRequest.cs
- PrinterSettings.cs
- SiteMembershipCondition.cs
- WindowsListViewItemStartMenu.cs
- CodeTryCatchFinallyStatement.cs
- CodeMemberProperty.cs
- Int32Collection.cs
- SizeConverter.cs
- LabelLiteral.cs
- SafeJobHandle.cs
- Region.cs
- ClientApiGenerator.cs
- EmptyStringExpandableObjectConverter.cs
- GridPattern.cs
- ConvertersCollection.cs
- DecimalConverter.cs
- ComboBox.cs
- CodeRemoveEventStatement.cs
- HtmlInputFile.cs