Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellStyleChangedEventArgs.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- NetworkAddressChange.cs
- TreeViewBindingsEditor.cs
- UrlEncodedParameterWriter.cs
- UdpChannelFactory.cs
- SupportingTokenBindingElement.cs
- CodeAccessPermission.cs
- IPEndPoint.cs
- EntityDesignerDataSourceView.cs
- ExchangeUtilities.cs
- MenuCommand.cs
- CodeAttributeDeclaration.cs
- MenuItemCollection.cs
- DataObject.cs
- RequestTimeoutManager.cs
- DatagridviewDisplayedBandsData.cs
- EventLogInternal.cs
- WebPartDescriptionCollection.cs
- FontEmbeddingManager.cs
- OutOfMemoryException.cs
- DispatcherHookEventArgs.cs
- SQLUtility.cs
- BaseTemplateBuildProvider.cs
- ExplicitDiscriminatorMap.cs
- ModuleConfigurationInfo.cs
- Stack.cs
- HashSetDebugView.cs
- PeerNearMe.cs
- MatrixAnimationBase.cs
- HtmlContainerControl.cs
- WebExceptionStatus.cs
- WebEventCodes.cs
- DataGridViewCellLinkedList.cs
- PassportAuthentication.cs
- ProtocolsSection.cs
- EncodingDataItem.cs
- WebHttpEndpoint.cs
- ObjectConverter.cs
- SelectionItemProviderWrapper.cs
- _KerberosClient.cs
- ViewManager.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- Menu.cs
- RMPublishingDialog.cs
- DataSourceConverter.cs
- documentsequencetextview.cs
- XmlSchemaInclude.cs
- Point4D.cs
- OleStrCAMarshaler.cs
- PermissionSet.cs
- TextEditorThreadLocalStore.cs
- AsynchronousChannelMergeEnumerator.cs
- ScriptServiceAttribute.cs
- FixedSOMSemanticBox.cs
- ClientSettingsSection.cs
- UntypedNullExpression.cs
- ResizeBehavior.cs
- StringOutput.cs
- VisualStyleElement.cs
- DataSvcMapFileSerializer.cs
- StrongTypingException.cs
- DataServiceResponse.cs
- Rfc2898DeriveBytes.cs
- SQLDecimalStorage.cs
- InvalidContentTypeException.cs
- Base64Stream.cs
- TrustManagerMoreInformation.cs
- CriticalHandle.cs
- XmlCharCheckingReader.cs
- InvalidComObjectException.cs
- APCustomTypeDescriptor.cs
- _BaseOverlappedAsyncResult.cs
- wgx_render.cs
- SaveFileDialog.cs
- SqlCacheDependencySection.cs
- UserPreferenceChangingEventArgs.cs
- TextWriterTraceListener.cs
- SubMenuStyle.cs
- NonBatchDirectoryCompiler.cs
- XmlSchemaSimpleType.cs
- PropertyPanel.cs
- UnitControl.cs
- TimeSpanSecondsConverter.cs
- InvalidPropValue.cs
- securestring.cs
- StructuredTypeEmitter.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- EmptyQuery.cs
- PostBackTrigger.cs
- DataGridHeaderBorder.cs
- SqlConnection.cs
- DecoderBestFitFallback.cs
- SymbolEqualComparer.cs
- ConditionalAttribute.cs
- Animatable.cs
- LinearKeyFrames.cs
- RelationshipType.cs
- BitmapEffectvisualstate.cs
- ApplicationServiceManager.cs
- RegularExpressionValidator.cs
- GuidConverter.cs