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
- ProcessRequestAsyncResult.cs
- XmlSchemaException.cs
- Pair.cs
- TypedTableGenerator.cs
- Axis.cs
- UshortList2.cs
- Slider.cs
- FrugalList.cs
- ToolStripButton.cs
- TextCompositionEventArgs.cs
- SortExpressionBuilder.cs
- WebServiceEnumData.cs
- infer.cs
- HttpBrowserCapabilitiesWrapper.cs
- TCEAdapterGenerator.cs
- XmlQueryType.cs
- DrawingContextWalker.cs
- XmlSchemaExternal.cs
- CookielessHelper.cs
- SqlDataSourceCustomCommandEditor.cs
- WebPartHeaderCloseVerb.cs
- ResXFileRef.cs
- Message.cs
- MeasureItemEvent.cs
- TagPrefixAttribute.cs
- BinaryConverter.cs
- ProxyGenerationError.cs
- AccessDataSourceView.cs
- SupportingTokenAuthenticatorSpecification.cs
- TextChange.cs
- ObjectMaterializedEventArgs.cs
- HtmlLiteralTextAdapter.cs
- InstancePersistence.cs
- DataSourceIDConverter.cs
- ConfigurationSchemaErrors.cs
- Qualifier.cs
- DynamicMethod.cs
- InputLanguageSource.cs
- CodeTypeReference.cs
- AssemblyInfo.cs
- ByteStack.cs
- RotateTransform.cs
- PathGradientBrush.cs
- OracleBoolean.cs
- BasicExpandProvider.cs
- OperandQuery.cs
- QuaternionAnimationUsingKeyFrames.cs
- DataView.cs
- SHA512Managed.cs
- ActiveXHelper.cs
- ClientSettingsProvider.cs
- MultilineStringConverter.cs
- GenericRootAutomationPeer.cs
- StylusButton.cs
- log.cs
- XamlSerializer.cs
- MouseOverProperty.cs
- GroupLabel.cs
- TextBoxDesigner.cs
- ExpressionWriter.cs
- LogicalChannelCollection.cs
- Delegate.cs
- EasingQuaternionKeyFrame.cs
- SafeFileMappingHandle.cs
- CodeAttributeArgumentCollection.cs
- FontFamily.cs
- PlainXmlSerializer.cs
- InputMethod.cs
- SchemaEntity.cs
- ScrollChrome.cs
- DesignBindingEditor.cs
- ProfessionalColorTable.cs
- Pick.cs
- HttpCachePolicy.cs
- SqlTypeSystemProvider.cs
- RequestCachePolicyConverter.cs
- StylusPointPropertyId.cs
- FormViewUpdateEventArgs.cs
- Activity.cs
- ViewManager.cs
- FrameDimension.cs
- MultiPageTextView.cs
- EnumMemberAttribute.cs
- GridView.cs
- TypeBuilder.cs
- CodeGeneratorOptions.cs
- DirectoryInfo.cs
- QueryReaderSettings.cs
- WindowsPrincipal.cs
- UnlockInstanceAsyncResult.cs
- SecureStringHasher.cs
- DesignSurface.cs
- PlatformCulture.cs
- DataServiceConfiguration.cs
- TableCellCollection.cs
- ConfigXmlText.cs
- EmptyCollection.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- ContentPlaceHolder.cs
- TemplateBindingExpression.cs