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
- ClientEventManager.cs
- SerTrace.cs
- DataGridViewLayoutData.cs
- TimeoutHelper.cs
- SafeNativeMemoryHandle.cs
- DocumentViewerConstants.cs
- TextBox.cs
- XmlNodeChangedEventManager.cs
- SqlConnectionPoolProviderInfo.cs
- SpeakInfo.cs
- Operators.cs
- ProxyManager.cs
- NonVisualControlAttribute.cs
- SqlCharStream.cs
- EditingCoordinator.cs
- CloudCollection.cs
- EdmProperty.cs
- StatusBarAutomationPeer.cs
- TemplatePagerField.cs
- DetailsViewRow.cs
- ProgressBar.cs
- ComponentRenameEvent.cs
- TextViewElement.cs
- FileDetails.cs
- CharacterMetricsDictionary.cs
- SizeAnimationUsingKeyFrames.cs
- EntityCommandDefinition.cs
- CompModSwitches.cs
- MediaSystem.cs
- NavigationPropertyEmitter.cs
- HttpWriter.cs
- NonParentingControl.cs
- ModelPerspective.cs
- InstancePersistenceException.cs
- Queue.cs
- Quaternion.cs
- Stack.cs
- DependencyObjectValidator.cs
- Size3DValueSerializer.cs
- SessionStateContainer.cs
- fixedPageContentExtractor.cs
- InputScopeNameConverter.cs
- TextElement.cs
- WebPartTransformer.cs
- securitycriticaldataformultiplegetandset.cs
- EnumValAlphaComparer.cs
- MeshGeometry3D.cs
- XmlEncodedRawTextWriter.cs
- BitmapEditor.cs
- WebPartDisplayModeEventArgs.cs
- WebServiceEnumData.cs
- HebrewNumber.cs
- Lazy.cs
- TextEmbeddedObject.cs
- VideoDrawing.cs
- UIElement3DAutomationPeer.cs
- StorageConditionPropertyMapping.cs
- CatalogPart.cs
- Input.cs
- ManipulationDelta.cs
- EntityDataSourceContextCreatingEventArgs.cs
- arc.cs
- UIHelper.cs
- DataObjectFieldAttribute.cs
- ConnectionOrientedTransportChannelListener.cs
- CreateUserWizardStep.cs
- FormViewModeEventArgs.cs
- CodeGeneratorAttribute.cs
- WsatEtwTraceListener.cs
- TextParagraph.cs
- DbInsertCommandTree.cs
- DataRecordObjectView.cs
- PropertyMetadata.cs
- AsyncCompletedEventArgs.cs
- RenderContext.cs
- DataControlCommands.cs
- GeneralTransform3DGroup.cs
- PersistChildrenAttribute.cs
- AppSettingsSection.cs
- UndirectedGraph.cs
- PersistenceTypeAttribute.cs
- CommandManager.cs
- BlockCollection.cs
- SimpleTextLine.cs
- CoTaskMemHandle.cs
- MetabaseSettings.cs
- TypeGeneratedEventArgs.cs
- WebPartCollection.cs
- HTMLTagNameToTypeMapper.cs
- DataRow.cs
- KeyTime.cs
- ProbeMatchesMessage11.cs
- ExceptionValidationRule.cs
- ToolTipAutomationPeer.cs
- SessionStateItemCollection.cs
- DbgUtil.cs
- Vector.cs
- DataMemberListEditor.cs
- HttpModulesSection.cs
- EnvelopedSignatureTransform.cs