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
- SqlFileStream.cs
- RoutedEventArgs.cs
- ChannelManager.cs
- XmlIlVisitor.cs
- Knowncolors.cs
- InstanceCreationEditor.cs
- Int32Rect.cs
- HtmlInputSubmit.cs
- TrackingServices.cs
- UiaCoreProviderApi.cs
- BmpBitmapEncoder.cs
- XComponentModel.cs
- MetadataException.cs
- AnonymousIdentificationSection.cs
- DynamicRenderer.cs
- StylusPlugin.cs
- HotSpotCollection.cs
- InvalidDocumentContentsException.cs
- UrlMappingsModule.cs
- NotFiniteNumberException.cs
- BitmapEffectGroup.cs
- ConfigurationHandlersInstallComponent.cs
- Html32TextWriter.cs
- TextFormatterContext.cs
- BaseProcessProtocolHandler.cs
- configsystem.cs
- SQLByteStorage.cs
- InternalPermissions.cs
- MachineSettingsSection.cs
- StorageMappingItemLoader.cs
- odbcmetadatacollectionnames.cs
- SpecularMaterial.cs
- ThreadStartException.cs
- ConversionContext.cs
- LinkedResource.cs
- SecurityProtocolFactory.cs
- DataFieldConverter.cs
- TableProviderWrapper.cs
- AssemblyCollection.cs
- HostedTransportConfigurationManager.cs
- BitmapEffect.cs
- PlanCompilerUtil.cs
- SecurityTokenValidationException.cs
- MarkupExtensionParser.cs
- ListControl.cs
- LogicalMethodInfo.cs
- EventDescriptor.cs
- SspiWrapper.cs
- QueryCursorEventArgs.cs
- ComponentCollection.cs
- ResolvedKeyFrameEntry.cs
- TypeConverterAttribute.cs
- FlagsAttribute.cs
- MatrixAnimationUsingKeyFrames.cs
- DataObjectSettingDataEventArgs.cs
- InvalidOperationException.cs
- ModelEditingScope.cs
- HotSpot.cs
- JapaneseLunisolarCalendar.cs
- JsonStringDataContract.cs
- WebColorConverter.cs
- _SecureChannel.cs
- SuppressIldasmAttribute.cs
- FrameAutomationPeer.cs
- NamedElement.cs
- WebPartsPersonalization.cs
- TreeIterator.cs
- CompilerError.cs
- Rectangle.cs
- TTSEngineProxy.cs
- SectionVisual.cs
- FixedTextBuilder.cs
- XmlSchema.cs
- ExtendedProtectionPolicyTypeConverter.cs
- IdentityReference.cs
- ExeConfigurationFileMap.cs
- ClaimTypeRequirement.cs
- AutomationPatternInfo.cs
- ParserStack.cs
- DataGridItem.cs
- BinaryObjectReader.cs
- XamlDesignerSerializationManager.cs
- GeneralTransform3D.cs
- LinkClickEvent.cs
- CornerRadiusConverter.cs
- SimpleWorkerRequest.cs
- LayoutTableCell.cs
- SeverityFilter.cs
- OdbcPermission.cs
- ResourceDictionaryCollection.cs
- PageThemeCodeDomTreeGenerator.cs
- SystemUdpStatistics.cs
- MenuAutoFormat.cs
- IdentityHolder.cs
- Expressions.cs
- DataRecordObjectView.cs
- SqlNodeAnnotation.cs
- WebServiceData.cs
- MeshGeometry3D.cs
- BlurEffect.cs