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
- ErrorReporting.cs
- Item.cs
- EntityDataSourceEntityTypeFilterItem.cs
- InkCanvasFeedbackAdorner.cs
- ForeignKeyConstraint.cs
- HTMLTagNameToTypeMapper.cs
- XslVisitor.cs
- ToolStripRenderEventArgs.cs
- ButtonBase.cs
- XmlNullResolver.cs
- SharingService.cs
- PointLight.cs
- sqlinternaltransaction.cs
- XD.cs
- WebPartEditorCancelVerb.cs
- UserControlParser.cs
- DispatcherTimer.cs
- ColorConvertedBitmapExtension.cs
- StaticFileHandler.cs
- ImageAnimator.cs
- PreservationFileReader.cs
- StreamingContext.cs
- AnonymousIdentificationModule.cs
- SecurityRuntime.cs
- PassportAuthenticationModule.cs
- WebEncodingValidator.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- DataGridViewRowCancelEventArgs.cs
- TextureBrush.cs
- Thread.cs
- SafeNativeMethods.cs
- FixedSchema.cs
- StyleReferenceConverter.cs
- ViewUtilities.cs
- WebRequest.cs
- KeyboardEventArgs.cs
- SeekStoryboard.cs
- PostBackOptions.cs
- ConstantExpression.cs
- InstancePersistenceCommandException.cs
- XmlPropertyBag.cs
- ScrollProviderWrapper.cs
- NetworkAddressChange.cs
- SmiGettersStream.cs
- DocumentPaginator.cs
- TypeConverters.cs
- URI.cs
- VectorConverter.cs
- RecognizerStateChangedEventArgs.cs
- ChangeNode.cs
- Viewport3DVisual.cs
- NativeObjectSecurity.cs
- EntityProviderFactory.cs
- EnterpriseServicesHelper.cs
- HttpHeaderCollection.cs
- Propagator.cs
- XPathException.cs
- QilScopedVisitor.cs
- HtmlInputPassword.cs
- ReceiveActivity.cs
- MimeBasePart.cs
- EntityDataSourceSelectedEventArgs.cs
- InheritedPropertyChangedEventArgs.cs
- diagnosticsswitches.cs
- CodeParameterDeclarationExpression.cs
- MobileControl.cs
- ProgressBarBrushConverter.cs
- AppDomainUnloadedException.cs
- FactorySettingsElement.cs
- TextServicesCompartment.cs
- Certificate.cs
- ContainerUtilities.cs
- Select.cs
- AspNetHostingPermission.cs
- Visual3D.cs
- HostingEnvironmentSection.cs
- MatrixKeyFrameCollection.cs
- UserControlCodeDomTreeGenerator.cs
- TracePayload.cs
- WebConfigurationHostFileChange.cs
- PointCollection.cs
- NominalTypeEliminator.cs
- util.cs
- ImportContext.cs
- CharacterMetricsDictionary.cs
- AdobeCFFWrapper.cs
- MsmqIntegrationProcessProtocolHandler.cs
- AssemblyGen.cs
- MILUtilities.cs
- AssemblyUtil.cs
- StringBuilder.cs
- KeyMatchBuilder.cs
- VirtualizedItemPattern.cs
- WebPartDisplayModeCollection.cs
- IisTraceListener.cs
- ListViewInsertEventArgs.cs
- DataServiceKeyAttribute.cs
- ProfileSettingsCollection.cs
- SchemaInfo.cs
- AccessedThroughPropertyAttribute.cs