Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // // 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
- GreenMethods.cs
- WorkflowInstance.cs
- IntegrationExceptionEventArgs.cs
- SourceFilter.cs
- UnsafeNativeMethods.cs
- ToolstripProfessionalRenderer.cs
- ResourceManager.cs
- PerfCounters.cs
- TypeForwardedToAttribute.cs
- XmlIgnoreAttribute.cs
- XmlSchemaDocumentation.cs
- XmlILStorageConverter.cs
- EncryptedType.cs
- DateTimeFormatInfo.cs
- EventMappingSettings.cs
- AppPool.cs
- HttpWebRequest.cs
- DesignerHelpers.cs
- Byte.cs
- UnsafeNativeMethods.cs
- ZoneIdentityPermission.cs
- BufferedWebEventProvider.cs
- CodePageUtils.cs
- ServerValidateEventArgs.cs
- DockEditor.cs
- SHA1Cng.cs
- SessionStateItemCollection.cs
- ModelTreeManager.cs
- TextTreeRootNode.cs
- ParameterBuilder.cs
- ObjectItemCollection.cs
- WorkflowValidationFailedException.cs
- ValuePattern.cs
- unsafenativemethodsother.cs
- PropertyEmitter.cs
- Int32EqualityComparer.cs
- ASCIIEncoding.cs
- ListControl.cs
- TaskFormBase.cs
- TextEndOfParagraph.cs
- AndCondition.cs
- QilCloneVisitor.cs
- LogConverter.cs
- BindUriHelper.cs
- ErrorProvider.cs
- CodeMemberField.cs
- ImplicitInputBrush.cs
- OptimalTextSource.cs
- cryptoapiTransform.cs
- TemplateBindingExtensionConverter.cs
- SQLByteStorage.cs
- EmptyEnumerable.cs
- LicenseProviderAttribute.cs
- SafeEventLogWriteHandle.cs
- TypeSystem.cs
- TdsParser.cs
- CfgParser.cs
- EditBehavior.cs
- ControlAdapter.cs
- DataGridViewBindingCompleteEventArgs.cs
- BuildResult.cs
- GridItemCollection.cs
- InternalTypeHelper.cs
- TextEditorContextMenu.cs
- columnmapfactory.cs
- LayoutTableCell.cs
- ManualWorkflowSchedulerService.cs
- DataObjectPastingEventArgs.cs
- TreeViewDesigner.cs
- SurrogateChar.cs
- XmlStringTable.cs
- InvalidPrinterException.cs
- FileFormatException.cs
- Sorting.cs
- InternalConfigEventArgs.cs
- FormParameter.cs
- ToolboxItemAttribute.cs
- WebContext.cs
- SqlConnection.cs
- ResolveRequestResponseAsyncResult.cs
- ToolStrip.cs
- XmlEncodedRawTextWriter.cs
- TargetPerspective.cs
- ItemAutomationPeer.cs
- XmlAttributeOverrides.cs
- Polygon.cs
- GiveFeedbackEventArgs.cs
- XamlSerializerUtil.cs
- SamlAdvice.cs
- ResourceDictionaryCollection.cs
- WebServiceResponse.cs
- LinqDataSourceHelper.cs
- ReceiveActivityDesignerTheme.cs
- RangeValueProviderWrapper.cs
- HttpCacheVaryByContentEncodings.cs
- UnknownBitmapDecoder.cs
- NotCondition.cs
- ProfileSection.cs
- Pen.cs
- LogManagementAsyncResult.cs