Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellStyleChangedEventArgs.cs / 1 / DataGridViewCellStyleChangedEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
internal class DataGridViewCellStyleChangedEventArgs : EventArgs
{
private bool changeAffectsPreferredSize;
internal DataGridViewCellStyleChangedEventArgs()
{
}
internal bool ChangeAffectsPreferredSize
{
get
{
return this.changeAffectsPreferredSize;
}
set
{
this.changeAffectsPreferredSize = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
internal class DataGridViewCellStyleChangedEventArgs : EventArgs
{
private bool changeAffectsPreferredSize;
internal DataGridViewCellStyleChangedEventArgs()
{
}
internal bool ChangeAffectsPreferredSize
{
get
{
return this.changeAffectsPreferredSize;
}
set
{
this.changeAffectsPreferredSize = 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
- FunctionDescription.cs
- RectAnimationUsingKeyFrames.cs
- TiffBitmapDecoder.cs
- ListSortDescription.cs
- DataGridColumnHeaderAutomationPeer.cs
- Transactions.cs
- FileUtil.cs
- ColorConverter.cs
- RegexReplacement.cs
- UniqueIdentifierService.cs
- ConnectionPointCookie.cs
- RSAPKCS1SignatureDeformatter.cs
- AppSettingsExpressionBuilder.cs
- FlowLayout.cs
- IgnoreDataMemberAttribute.cs
- MetadataCollection.cs
- HttpHostedTransportConfiguration.cs
- SspiNegotiationTokenAuthenticator.cs
- ThousandthOfEmRealDoubles.cs
- _WinHttpWebProxyDataBuilder.cs
- Context.cs
- WinInet.cs
- ProxyOperationRuntime.cs
- OutputScope.cs
- FilteredXmlReader.cs
- TextHidden.cs
- CurrencyManager.cs
- ToolStripDropDownButton.cs
- ViewGenResults.cs
- Utils.cs
- MetaModel.cs
- CodeGotoStatement.cs
- FontEmbeddingManager.cs
- TextBoxBase.cs
- Section.cs
- InkCanvasSelection.cs
- DataFormats.cs
- __Error.cs
- UInt32Converter.cs
- ApplicationInfo.cs
- OutputChannel.cs
- EntityDesignPluralizationHandler.cs
- ConsoleTraceListener.cs
- ManipulationPivot.cs
- Rule.cs
- CssTextWriter.cs
- coordinatorfactory.cs
- RouteValueDictionary.cs
- WindowsTooltip.cs
- AuthenticateEventArgs.cs
- IListConverters.cs
- MiniCustomAttributeInfo.cs
- UIElementCollection.cs
- ReadOnlyAttribute.cs
- HttpContextWrapper.cs
- HwndStylusInputProvider.cs
- EdmProviderManifest.cs
- RequiredFieldValidator.cs
- safex509handles.cs
- Image.cs
- DelimitedListTraceListener.cs
- StylusButtonEventArgs.cs
- XdrBuilder.cs
- Message.cs
- FilterException.cs
- CheckBoxBaseAdapter.cs
- DataTableReader.cs
- EmptyStringExpandableObjectConverter.cs
- SHA1CryptoServiceProvider.cs
- GridLengthConverter.cs
- Closure.cs
- TraceFilter.cs
- PropertyMapper.cs
- ColumnClickEvent.cs
- EntityCollectionChangedParams.cs
- MiniCustomAttributeInfo.cs
- EventSourceCreationData.cs
- BulletDecorator.cs
- PersistNameAttribute.cs
- PlainXmlWriter.cs
- ColumnResizeUndoUnit.cs
- TagPrefixInfo.cs
- UserControl.cs
- HttpRequestTraceRecord.cs
- QuaternionAnimation.cs
- SchemaCollectionCompiler.cs
- Switch.cs
- EntityPropertyMappingAttribute.cs
- httpstaticobjectscollection.cs
- MetadataCache.cs
- SectionVisual.cs
- XmlSchemaSimpleTypeRestriction.cs
- returneventsaver.cs
- NumberFormatInfo.cs
- FileRecordSequenceCompletedAsyncResult.cs
- pingexception.cs
- PathGeometry.cs
- XmlTextReaderImpl.cs
- TimeoutException.cs
- HttpHandlersInstallComponent.cs