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
- CompositeCollectionView.cs
- designeractionlistschangedeventargs.cs
- Substitution.cs
- SerializeAbsoluteContext.cs
- DataGridItemAutomationPeer.cs
- CachedPathData.cs
- InvalidEnumArgumentException.cs
- ExpressionBinding.cs
- SemanticAnalyzer.cs
- XmlEncoding.cs
- EntityDataSourceColumn.cs
- Span.cs
- SemanticKeyElement.cs
- GridViewRowEventArgs.cs
- WindowsFormsDesignerOptionService.cs
- QilScopedVisitor.cs
- SyndicationDeserializer.cs
- SqlClientWrapperSmiStream.cs
- NewArrayExpression.cs
- DataGridTextBoxColumn.cs
- SynchronizingStream.cs
- CopyOfAction.cs
- MenuStrip.cs
- BrushMappingModeValidation.cs
- FontUnitConverter.cs
- ApplicationInfo.cs
- KeyPressEvent.cs
- BasePropertyDescriptor.cs
- AppSettingsReader.cs
- ExtensionQuery.cs
- XmlChoiceIdentifierAttribute.cs
- WorkflowViewElement.cs
- BindingWorker.cs
- FontUnitConverter.cs
- VisualCollection.cs
- EditorZoneBase.cs
- KeyNotFoundException.cs
- XPathChildIterator.cs
- LogicalExpr.cs
- WorkflowDefinitionContext.cs
- BitStream.cs
- XMLSyntaxException.cs
- XmlSignatureManifest.cs
- XmlIncludeAttribute.cs
- OracleCommandSet.cs
- ProtocolsConfiguration.cs
- XsltSettings.cs
- ScriptResourceInfo.cs
- ProfilePropertyNameValidator.cs
- HandlerFactoryCache.cs
- PcmConverter.cs
- SyndicationDeserializer.cs
- ImageKeyConverter.cs
- ScriptComponentDescriptor.cs
- InlineObject.cs
- PartialList.cs
- SchemaDeclBase.cs
- ValidatedControlConverter.cs
- Faults.cs
- ThemeDictionaryExtension.cs
- DataGridRelationshipRow.cs
- HandleCollector.cs
- NavigatorOutput.cs
- DefaultHttpHandler.cs
- RangeValidator.cs
- XmlCDATASection.cs
- Group.cs
- WebBrowserDesigner.cs
- FileCodeGroup.cs
- ToggleButtonAutomationPeer.cs
- TableItemStyle.cs
- Sentence.cs
- FormViewDeleteEventArgs.cs
- WebPartEditorApplyVerb.cs
- QueryContinueDragEvent.cs
- RequestTimeoutManager.cs
- LocalizedNameDescriptionPair.cs
- AccessDataSource.cs
- ComboBox.cs
- XmlArrayItemAttributes.cs
- WebBrowser.cs
- ObjectListDataBindEventArgs.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- dataSvcMapFileLoader.cs
- CustomAssemblyResolver.cs
- LabelEditEvent.cs
- XmlSchemaValidationException.cs
- CachedTypeface.cs
- Internal.cs
- ResourcesChangeInfo.cs
- EventWaitHandle.cs
- ActivityCodeGenerator.cs
- RequestDescription.cs
- SHA256.cs
- InputManager.cs
- ContainerUIElement3D.cs
- FormParameter.cs
- DesignSurface.cs
- Number.cs
- ConfigurationStrings.cs