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
- CompilationUtil.cs
- GroupDescription.cs
- BrushMappingModeValidation.cs
- FlowDocumentFormatter.cs
- AssertSection.cs
- Token.cs
- Image.cs
- DbConnectionClosed.cs
- GeometryModel3D.cs
- TableChangeProcessor.cs
- AssemblyFilter.cs
- DataPager.cs
- SwitchElementsCollection.cs
- LogLogRecord.cs
- HttpFileCollection.cs
- SqlTrackingQuery.cs
- PageOutputQuality.cs
- FontFaceLayoutInfo.cs
- Graph.cs
- ScriptHandlerFactory.cs
- CollectionBuilder.cs
- XMLSyntaxException.cs
- ImageInfo.cs
- PipelineModuleStepContainer.cs
- UnhandledExceptionEventArgs.cs
- RichTextBoxConstants.cs
- VersionPair.cs
- ObjectTokenCategory.cs
- XmlSerializerSection.cs
- GregorianCalendarHelper.cs
- InkCanvasSelection.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- Vector3DKeyFrameCollection.cs
- SetIterators.cs
- QilReference.cs
- WebConfigurationManager.cs
- ListViewItemMouseHoverEvent.cs
- DocumentViewerBase.cs
- ContainerParagraph.cs
- PersistChildrenAttribute.cs
- StrongNameKeyPair.cs
- VerticalAlignConverter.cs
- ItemsControlAutomationPeer.cs
- RoleManagerModule.cs
- MediaEntryAttribute.cs
- MediaCommands.cs
- SamlSerializer.cs
- DetailsViewRowCollection.cs
- BindingWorker.cs
- ContextMenuAutomationPeer.cs
- CommonEndpointBehaviorElement.cs
- RectAnimationClockResource.cs
- Imaging.cs
- PageCodeDomTreeGenerator.cs
- MappingException.cs
- EntitySetBaseCollection.cs
- GACMembershipCondition.cs
- RemotingConfigParser.cs
- formatter.cs
- DataGridViewColumnConverter.cs
- DBCommand.cs
- Single.cs
- PropertyInformation.cs
- DSACryptoServiceProvider.cs
- FaultPropagationQuery.cs
- XmlArrayAttribute.cs
- AnnotationAdorner.cs
- LogicalExpr.cs
- MenuItem.cs
- WebScriptClientGenerator.cs
- XamlTreeBuilderBamlRecordWriter.cs
- ListControl.cs
- System.Data.OracleClient_BID.cs
- XmlDictionaryReaderQuotas.cs
- SmiConnection.cs
- Content.cs
- ViewGenerator.cs
- CodeGen.cs
- PenThreadWorker.cs
- StrokeCollection.cs
- Misc.cs
- DynamicRendererThreadManager.cs
- ClientCredentialsElement.cs
- ColorBlend.cs
- HopperCache.cs
- XamlDesignerSerializationManager.cs
- CustomAttributeFormatException.cs
- TypeBuilderInstantiation.cs
- ConnectionStringSettings.cs
- Deserializer.cs
- EnumMemberAttribute.cs
- EqualityComparer.cs
- WorkflowDesignerColors.cs
- UpdatePanelControlTrigger.cs
- WebResourceAttribute.cs
- FormViewDeletedEventArgs.cs
- XmlBaseReader.cs
- TypeUtil.cs
- VariableQuery.cs
- VisualStateGroup.cs