Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellStyleContentChangedEventArgs.cs / 1 / DataGridViewCellStyleContentChangedEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
///
public class DataGridViewCellStyleContentChangedEventArgs : EventArgs
{
private DataGridViewCellStyle dataGridViewCellStyle;
private bool changeAffectsPreferredSize;
internal DataGridViewCellStyleContentChangedEventArgs(DataGridViewCellStyle dataGridViewCellStyle, bool changeAffectsPreferredSize)
{
this.dataGridViewCellStyle = dataGridViewCellStyle;
this.changeAffectsPreferredSize = changeAffectsPreferredSize;
}
///
public DataGridViewCellStyle CellStyle
{
get
{
return this.dataGridViewCellStyle;
}
}
///
public DataGridViewCellStyleScopes CellStyleScope
{
get
{
return this.dataGridViewCellStyle.Scope;
}
}
internal bool ChangeAffectsPreferredSize
{
get
{
return this.changeAffectsPreferredSize;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
///
public class DataGridViewCellStyleContentChangedEventArgs : EventArgs
{
private DataGridViewCellStyle dataGridViewCellStyle;
private bool changeAffectsPreferredSize;
internal DataGridViewCellStyleContentChangedEventArgs(DataGridViewCellStyle dataGridViewCellStyle, bool changeAffectsPreferredSize)
{
this.dataGridViewCellStyle = dataGridViewCellStyle;
this.changeAffectsPreferredSize = changeAffectsPreferredSize;
}
///
public DataGridViewCellStyle CellStyle
{
get
{
return this.dataGridViewCellStyle;
}
}
///
public DataGridViewCellStyleScopes CellStyleScope
{
get
{
return this.dataGridViewCellStyle.Scope;
}
}
internal bool ChangeAffectsPreferredSize
{
get
{
return this.changeAffectsPreferredSize;
}
}
}
}
// 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
- MsmqInputSessionChannel.cs
- XmlArrayItemAttribute.cs
- StylusPointDescription.cs
- CreateRefExpr.cs
- ResizeGrip.cs
- newinstructionaction.cs
- SqlPersonalizationProvider.cs
- WindowsProgressbar.cs
- SortQuery.cs
- Pair.cs
- AssemblyAttributesGoHere.cs
- _CacheStreams.cs
- invalidudtexception.cs
- CellQuery.cs
- Exception.cs
- StyleBamlTreeBuilder.cs
- SecurityKeyType.cs
- TokenBasedSetEnumerator.cs
- DLinqColumnProvider.cs
- PassportAuthenticationModule.cs
- UrlAuthFailureHandler.cs
- ExpressionNormalizer.cs
- DebugController.cs
- ResourceDescriptionAttribute.cs
- RenderContext.cs
- SecurityImpersonationBehavior.cs
- CompilerHelpers.cs
- PeerSecurityHelpers.cs
- InfoCardKeyedHashAlgorithm.cs
- Cloud.cs
- ObjectDataSourceFilteringEventArgs.cs
- HostedElements.cs
- SqlVersion.cs
- RsaKeyGen.cs
- Component.cs
- XmlDomTextWriter.cs
- PrintPreviewGraphics.cs
- PageParserFilter.cs
- Compensation.cs
- MiniCustomAttributeInfo.cs
- FeatureAttribute.cs
- ExpressionEditorAttribute.cs
- WebException.cs
- WebBrowserHelper.cs
- MultilineStringConverter.cs
- TableFieldsEditor.cs
- ReachDocumentSequenceSerializer.cs
- GlyphsSerializer.cs
- querybuilder.cs
- SqlWebEventProvider.cs
- SpotLight.cs
- DescendantBaseQuery.cs
- SectionInput.cs
- StaticTextPointer.cs
- MenuItem.cs
- EventTrigger.cs
- Registry.cs
- InlineObject.cs
- NameValueSectionHandler.cs
- PropertyMetadata.cs
- BStrWrapper.cs
- AssemblyResolver.cs
- XmlAnyElementAttributes.cs
- Oid.cs
- UrlMappingsSection.cs
- MessageSecurityProtocol.cs
- TextDecorationLocationValidation.cs
- TypeDescriptionProviderAttribute.cs
- __FastResourceComparer.cs
- CompilationPass2TaskInternal.cs
- Root.cs
- DebugViewWriter.cs
- PageAsyncTaskManager.cs
- Executor.cs
- Oid.cs
- ExportFileRequest.cs
- VirtualizingPanel.cs
- CodeTypeMember.cs
- Emitter.cs
- DataControlFieldHeaderCell.cs
- thaishape.cs
- loginstatus.cs
- GraphicsContainer.cs
- PathSegment.cs
- XmlElement.cs
- DocumentPageViewAutomationPeer.cs
- HyperLinkDataBindingHandler.cs
- ListControlStringCollectionEditor.cs
- LinqToSqlWrapper.cs
- IResourceProvider.cs
- Gdiplus.cs
- ClientSponsor.cs
- MessageCredentialType.cs
- SmiEventSink.cs
- WMIInterop.cs
- OleDbPermission.cs
- ToggleProviderWrapper.cs
- WebPartConnectionsConfigureVerb.cs
- FontNameConverter.cs
- TemplateControl.cs