Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellStyleChangedEventArgs.cs / 1305376 / DataGridViewCellStyleChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { internal class DataGridViewCellStyleChangedEventArgs : EventArgs { private bool changeAffectsPreferredSize; internal DataGridViewCellStyleChangedEventArgs() { } internal bool ChangeAffectsPreferredSize { get { return this.changeAffectsPreferredSize; } set { this.changeAffectsPreferredSize = value; } } } } // 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
- Wow64ConfigurationLoader.cs
- XmlNodeList.cs
- WebHttpEndpointElement.cs
- StreamAsIStream.cs
- PrintPageEvent.cs
- ContentFileHelper.cs
- COM2IPerPropertyBrowsingHandler.cs
- DBConcurrencyException.cs
- BasicHttpBinding.cs
- Int16Storage.cs
- IsolatedStorageFileStream.cs
- FixedFindEngine.cs
- GB18030Encoding.cs
- DSACryptoServiceProvider.cs
- AuthorizationRule.cs
- SqlTransaction.cs
- PageWrapper.cs
- LicenseProviderAttribute.cs
- MbpInfo.cs
- RulePatternOps.cs
- FontFamilyIdentifier.cs
- ProjectionPruner.cs
- WhitespaceRule.cs
- MarkupCompilePass1.cs
- WeakHashtable.cs
- SafeFileMappingHandle.cs
- Win32Interop.cs
- AQNBuilder.cs
- AnnouncementEndpoint.cs
- AttributeUsageAttribute.cs
- InheritedPropertyChangedEventArgs.cs
- WindowsEditBoxRange.cs
- KeyValuePairs.cs
- mda.cs
- TemplateEditingFrame.cs
- Publisher.cs
- MetadataArtifactLoaderResource.cs
- XmlTextReaderImpl.cs
- TemplateNameScope.cs
- OleDbSchemaGuid.cs
- SqlInternalConnectionTds.cs
- GregorianCalendarHelper.cs
- DataExpression.cs
- DefaultValueAttribute.cs
- XmlCharacterData.cs
- GroupBox.cs
- SqlClientWrapperSmiStreamChars.cs
- nulltextnavigator.cs
- SelectionService.cs
- CodeValidator.cs
- ScriptResourceInfo.cs
- ControlCachePolicy.cs
- Crc32.cs
- DispatcherTimer.cs
- LogManagementAsyncResult.cs
- IdentityReference.cs
- VisualTreeUtils.cs
- BuildProviderCollection.cs
- ConditionalAttribute.cs
- SqlPersonalizationProvider.cs
- OutputCacheProfile.cs
- BaseCollection.cs
- EventEntry.cs
- ChildTable.cs
- CookieHandler.cs
- ProfileService.cs
- ProjectionCamera.cs
- FileChangesMonitor.cs
- HealthMonitoringSectionHelper.cs
- TTSEngineTypes.cs
- SplitContainer.cs
- TraceUtils.cs
- __Filters.cs
- Msec.cs
- CompensationHandlingFilter.cs
- AppDomainShutdownMonitor.cs
- SystemColors.cs
- Line.cs
- SqlCacheDependency.cs
- LabelDesigner.cs
- StyleSheet.cs
- Condition.cs
- TemplateEditingVerb.cs
- PageThemeCodeDomTreeGenerator.cs
- ImplicitInputBrush.cs
- RawUIStateInputReport.cs
- TriggerCollection.cs
- SR.Designer.cs
- SafeNativeMethods.cs
- MsmqIntegrationSecurityElement.cs
- PathGeometry.cs
- Scene3D.cs
- DependencyObject.cs
- Imaging.cs
- XmlObjectSerializerWriteContextComplex.cs
- Point3D.cs
- EpmSyndicationContentSerializer.cs
- ConfigurationManagerInternal.cs
- TaskResultSetter.cs
- ContractInferenceHelper.cs