Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellStyleContentChangedEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FunctionUpdateCommand.cs
- StorageEntityTypeMapping.cs
- TextEditorThreadLocalStore.cs
- Table.cs
- XmlBinaryReader.cs
- DataPagerCommandEventArgs.cs
- DbTransaction.cs
- WindowsBrush.cs
- MailDefinition.cs
- EntityContainerEntitySetDefiningQuery.cs
- AsnEncodedData.cs
- DeferredElementTreeState.cs
- ArraySortHelper.cs
- SynchronizationValidator.cs
- ShapingEngine.cs
- StateInitializationDesigner.cs
- CloseCollectionAsyncResult.cs
- Pts.cs
- OdbcHandle.cs
- StaticFileHandler.cs
- Inline.cs
- Misc.cs
- TextDecorations.cs
- mda.cs
- AuthenticationModuleElementCollection.cs
- MobileListItemCollection.cs
- PerfCounterSection.cs
- XsltSettings.cs
- PreviewKeyDownEventArgs.cs
- WindowsTokenRoleProvider.cs
- UnsafeNetInfoNativeMethods.cs
- AQNBuilder.cs
- SymbolDocumentGenerator.cs
- ParallelTimeline.cs
- FileDataSourceCache.cs
- FixUpCollection.cs
- ZoneLinkButton.cs
- MessageQueuePermissionAttribute.cs
- HTMLTextWriter.cs
- NonBatchDirectoryCompiler.cs
- versioninfo.cs
- PackageRelationshipSelector.cs
- HtmlImage.cs
- DocumentPageView.cs
- DBCSCodePageEncoding.cs
- BinaryParser.cs
- TypeUnloadedException.cs
- OletxTransactionManager.cs
- SQLResource.cs
- Object.cs
- WebPartCatalogAddVerb.cs
- HebrewCalendar.cs
- DataSetViewSchema.cs
- SmtpFailedRecipientsException.cs
- dsa.cs
- ColorAnimationUsingKeyFrames.cs
- PageAdapter.cs
- Hashtable.cs
- HTTPAPI_VERSION.cs
- RegionInfo.cs
- DataChangedEventManager.cs
- TrustManager.cs
- Vector3D.cs
- CheckBoxRenderer.cs
- ButtonChrome.cs
- StringPropertyBuilder.cs
- OAVariantLib.cs
- ComponentDispatcherThread.cs
- ThreadStaticAttribute.cs
- CannotUnloadAppDomainException.cs
- NotifyParentPropertyAttribute.cs
- AlternateView.cs
- DataKeyPropertyAttribute.cs
- MenuItem.cs
- FormsAuthenticationModule.cs
- IssuedSecurityTokenParameters.cs
- BuildProvider.cs
- CodeIdentifiers.cs
- GridViewCancelEditEventArgs.cs
- ParentUndoUnit.cs
- Span.cs
- XmlnsDefinitionAttribute.cs
- VectorCollectionConverter.cs
- odbcmetadatacolumnnames.cs
- OdbcInfoMessageEvent.cs
- AnimationClock.cs
- URLMembershipCondition.cs
- CollectionViewSource.cs
- XmlQueryStaticData.cs
- RayHitTestParameters.cs
- ScaleTransform.cs
- DefaultValueAttribute.cs
- DataColumnMapping.cs
- SizeF.cs
- PlatformNotSupportedException.cs
- StateItem.cs
- XPathBuilder.cs
- SystemIcmpV6Statistics.cs
- ApplicationFileParser.cs
- LinkedList.cs