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
- EditorBrowsableAttribute.cs
- AssemblyInfo.cs
- CoreSwitches.cs
- ConnectorDragDropGlyph.cs
- WsatStrings.cs
- Base64WriteStateInfo.cs
- ImageBrush.cs
- XmlSerializerAssemblyAttribute.cs
- XmlSchemaFacet.cs
- XmlSchemaInfo.cs
- MetadataSource.cs
- DependencyPropertyAttribute.cs
- MessageSecurityProtocolFactory.cs
- ConfigurationStrings.cs
- validation.cs
- TreeViewItemAutomationPeer.cs
- AdPostCacheSubstitution.cs
- SchemaManager.cs
- XmlAutoDetectWriter.cs
- DBSqlParserTable.cs
- Comparer.cs
- WebPartHelpVerb.cs
- BaseProcessor.cs
- ModuleConfigurationInfo.cs
- ObjectIDGenerator.cs
- CodeExpressionCollection.cs
- SchemaNotation.cs
- TypedRowHandler.cs
- TextMessageEncoder.cs
- ChangeNode.cs
- AdornerHitTestResult.cs
- Query.cs
- BindingFormattingDialog.cs
- OrderablePartitioner.cs
- MatrixAnimationUsingPath.cs
- MetabaseServerConfig.cs
- CodeGen.cs
- HitTestDrawingContextWalker.cs
- KnowledgeBase.cs
- xmlfixedPageInfo.cs
- FixedBufferAttribute.cs
- FieldCollectionEditor.cs
- PerformanceCounterPermissionEntry.cs
- LookupBindingPropertiesAttribute.cs
- DataContract.cs
- ConnectionStringSettingsCollection.cs
- Membership.cs
- WpfXamlLoader.cs
- ClaimSet.cs
- DiscoveryDocumentReference.cs
- EnumUnknown.cs
- SafeSystemMetrics.cs
- ReflectEventDescriptor.cs
- GZipStream.cs
- WasEndpointConfigContainer.cs
- TrustSection.cs
- ColumnBinding.cs
- XmlILCommand.cs
- PolygonHotSpot.cs
- EmptyElement.cs
- ObjectNavigationPropertyMapping.cs
- SchemaContext.cs
- SystemUdpStatistics.cs
- BufferBuilder.cs
- PermissionSetEnumerator.cs
- DropShadowEffect.cs
- RequestTimeoutManager.cs
- MimeMultiPart.cs
- mda.cs
- NotImplementedException.cs
- WindowsTokenRoleProvider.cs
- SqlTriggerAttribute.cs
- AppDomainUnloadedException.cs
- LinkedList.cs
- InputMethodStateTypeInfo.cs
- PrinterResolution.cs
- WebControlsSection.cs
- Button.cs
- XhtmlBasicControlAdapter.cs
- QilFactory.cs
- SqlClientPermission.cs
- OdbcFactory.cs
- ISessionStateStore.cs
- _TransmitFileOverlappedAsyncResult.cs
- CodeGroup.cs
- DataRecordObjectView.cs
- DataListComponentEditor.cs
- DiscoveryDocumentLinksPattern.cs
- WorkflowRuntimeServicesBehavior.cs
- TextWriterTraceListener.cs
- ConnectionInterfaceCollection.cs
- UnsafeNativeMethods.cs
- TreeNodeEventArgs.cs
- ObjectDataSourceChooseMethodsPanel.cs
- TextEffectResolver.cs
- RotateTransform3D.cs
- ProfileService.cs
- CodeChecksumPragma.cs
- ObservableCollection.cs
- KnownTypesProvider.cs