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
- IItemContainerGenerator.cs
- XmlFormatReaderGenerator.cs
- WebPartEventArgs.cs
- WindowPatternIdentifiers.cs
- TextAutomationPeer.cs
- SchemaNames.cs
- XPathQilFactory.cs
- ExcCanonicalXml.cs
- RsaElement.cs
- FileDialog.cs
- WebPartConnectionCollection.cs
- ErrorHandler.cs
- Utility.cs
- DeferredElementTreeState.cs
- RequestQueryProcessor.cs
- CustomMenuItemCollection.cs
- WorkflowRuntimeService.cs
- TextStore.cs
- HtmlAnchor.cs
- WebPart.cs
- XmlUTF8TextWriter.cs
- OrderByLifter.cs
- SerializationInfoEnumerator.cs
- DoubleAnimationUsingKeyFrames.cs
- MD5HashHelper.cs
- RectAnimationClockResource.cs
- ObjectConverter.cs
- InputScope.cs
- EventLogPropertySelector.cs
- MonthChangedEventArgs.cs
- TaskResultSetter.cs
- ValidationEventArgs.cs
- FileLevelControlBuilderAttribute.cs
- AuthenticationModuleElement.cs
- RenderOptions.cs
- NotImplementedException.cs
- webbrowsersite.cs
- WorkflowInstanceTerminatedRecord.cs
- RoutedPropertyChangedEventArgs.cs
- BaseTemplateParser.cs
- LabelDesigner.cs
- HScrollBar.cs
- BindingsCollection.cs
- DeclarativeCatalogPart.cs
- MappedMetaModel.cs
- X509Certificate2.cs
- ToolStripOverflowButton.cs
- WindowsPrincipal.cs
- StyleXamlTreeBuilder.cs
- _HeaderInfo.cs
- GC.cs
- SqlTriggerContext.cs
- MailMessage.cs
- DataGridState.cs
- TimeSpanValidatorAttribute.cs
- PeerToPeerException.cs
- HierarchicalDataTemplate.cs
- AnchoredBlock.cs
- FragmentQuery.cs
- PeerCollaborationPermission.cs
- PtsHelper.cs
- TextServicesCompartmentContext.cs
- TextEditorLists.cs
- QueryException.cs
- HebrewCalendar.cs
- PropertyChangedEventManager.cs
- BStrWrapper.cs
- XmlMessageFormatter.cs
- JulianCalendar.cs
- unsafeIndexingFilterStream.cs
- MemberInfoSerializationHolder.cs
- QueryValue.cs
- PrinterUnitConvert.cs
- SystemIPAddressInformation.cs
- SQLInt32Storage.cs
- DataSourceXmlSerializationAttribute.cs
- ToolStripMenuItem.cs
- MarshalDirectiveException.cs
- TransactionChannelFaultConverter.cs
- WebPageTraceListener.cs
- ExtendedPropertyCollection.cs
- AudioSignalProblemOccurredEventArgs.cs
- CommonRemoteMemoryBlock.cs
- InputElement.cs
- HtmlTableCellCollection.cs
- Msec.cs
- InvalidateEvent.cs
- securitycriticaldataformultiplegetandset.cs
- QueryStringParameter.cs
- CompleteWizardStep.cs
- NavigationCommands.cs
- KeyValuePair.cs
- TypeConverterAttribute.cs
- IteratorFilter.cs
- SectionInput.cs
- CategoryNameCollection.cs
- ChtmlImageAdapter.cs
- PreProcessor.cs
- LogExtentCollection.cs
- ButtonFieldBase.cs