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
- GACIdentityPermission.cs
- XhtmlBasicObjectListAdapter.cs
- Roles.cs
- CodeArgumentReferenceExpression.cs
- WebPartEditVerb.cs
- Math.cs
- ListBox.cs
- Vector3DValueSerializer.cs
- PropertyPathWorker.cs
- GridViewRowPresenter.cs
- ImageAttributes.cs
- FixedBufferAttribute.cs
- SymbolPair.cs
- ExportOptions.cs
- PeerCollaboration.cs
- ExpressionEditorAttribute.cs
- AdapterUtil.cs
- StylusPointProperties.cs
- ServiceModelReg.cs
- EpmCustomContentSerializer.cs
- MessageVersion.cs
- TailCallAnalyzer.cs
- NotifyParentPropertyAttribute.cs
- OutputCacheSettingsSection.cs
- XmlSchemaDatatype.cs
- PartManifestEntry.cs
- ProxyManager.cs
- DrawingContextWalker.cs
- OperationPickerDialog.designer.cs
- GeometryValueSerializer.cs
- OrderedEnumerableRowCollection.cs
- Queue.cs
- RecognizerBase.cs
- HttpModuleCollection.cs
- OleDbException.cs
- XmlCustomFormatter.cs
- CompositeKey.cs
- UIElementCollection.cs
- SaveWorkflowAsyncResult.cs
- DebugController.cs
- MetadataCache.cs
- DataGridItemEventArgs.cs
- MessagePartDescriptionCollection.cs
- GridViewSortEventArgs.cs
- Exceptions.cs
- LogicalChannelCollection.cs
- QilStrConcat.cs
- StylusSystemGestureEventArgs.cs
- StyleSheetDesigner.cs
- FlowNode.cs
- FileAuthorizationModule.cs
- InfoCardRSACryptoProvider.cs
- MultipartContentParser.cs
- ServicePerformanceCounters.cs
- XmlDictionaryReader.cs
- FontInfo.cs
- SourceElementsCollection.cs
- RelationshipConstraintValidator.cs
- EventDescriptor.cs
- DataGridTextBoxColumn.cs
- Baml2006KnownTypes.cs
- EncodingNLS.cs
- BoolExpressionVisitors.cs
- TitleStyle.cs
- ViewManager.cs
- PageAsyncTask.cs
- ReflectionTypeLoadException.cs
- QilParameter.cs
- ToolStripPanelRow.cs
- WindowsListViewItemCheckBox.cs
- DataKeyArray.cs
- XmlNodeWriter.cs
- OutputCacheProfile.cs
- ClonableStack.cs
- WebPartMenu.cs
- SerializationEventsCache.cs
- OraclePermission.cs
- DataSourceSelectArguments.cs
- UnmanagedMemoryStreamWrapper.cs
- WorkflowStateRollbackService.cs
- XmlDocumentViewSchema.cs
- SelectedGridItemChangedEvent.cs
- _ProxyChain.cs
- OperationResponse.cs
- CompilationSection.cs
- AccessDataSourceDesigner.cs
- XmlSchemaComplexType.cs
- SoapCodeExporter.cs
- SqlFormatter.cs
- Point3D.cs
- PropertyChange.cs
- SemanticValue.cs
- HtmlMobileTextWriter.cs
- FontFamilyConverter.cs
- FixedSOMImage.cs
- UdpChannelListener.cs
- WeakEventManager.cs
- JournalEntry.cs
- PrintPreviewDialog.cs
- XmlDataImplementation.cs