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
- BaseTemplateParser.cs
- ExpressionWriter.cs
- Solver.cs
- MetaData.cs
- ListViewUpdateEventArgs.cs
- ExtendedTransformFactory.cs
- DesignTimeSiteMapProvider.cs
- TypedAsyncResult.cs
- CodeGeneratorOptions.cs
- HandlerBase.cs
- GB18030Encoding.cs
- Collection.cs
- ConfigXmlDocument.cs
- newitemfactory.cs
- RemotingSurrogateSelector.cs
- GenericXmlSecurityToken.cs
- DTCTransactionManager.cs
- DoubleKeyFrameCollection.cs
- ImageCollectionEditor.cs
- printdlgexmarshaler.cs
- PermissionAttributes.cs
- EventLogPermissionHolder.cs
- Vector3DAnimationUsingKeyFrames.cs
- Win32MouseDevice.cs
- RoleGroup.cs
- SmiSettersStream.cs
- XmlTextAttribute.cs
- PenThreadWorker.cs
- GeometryDrawing.cs
- PersonalizationAdministration.cs
- SelectionEditingBehavior.cs
- SecurityRuntime.cs
- EntityDataSourceState.cs
- GridViewDeleteEventArgs.cs
- SimpleWebHandlerParser.cs
- EditingScope.cs
- StreamSecurityUpgradeAcceptorAsyncResult.cs
- DBConnection.cs
- ArcSegment.cs
- XamlSerializer.cs
- AssemblyAssociatedContentFileAttribute.cs
- EventArgs.cs
- NaturalLanguageHyphenator.cs
- DetailsViewPageEventArgs.cs
- GeometryHitTestParameters.cs
- ColorContextHelper.cs
- Math.cs
- SqlTypesSchemaImporter.cs
- SendMailErrorEventArgs.cs
- PointAnimationBase.cs
- NotFiniteNumberException.cs
- ScrollItemProviderWrapper.cs
- DoubleLink.cs
- OutputCacheProfileCollection.cs
- RefreshResponseInfo.cs
- CalendarDateChangedEventArgs.cs
- HwndSourceParameters.cs
- SerializationException.cs
- TextFormatterContext.cs
- HttpHandlerAction.cs
- TextEditor.cs
- TreeNode.cs
- SystemDropShadowChrome.cs
- PropertyDescriptor.cs
- HashStream.cs
- BoolExpressionVisitors.cs
- XamlSerializerUtil.cs
- __FastResourceComparer.cs
- GenericIdentity.cs
- Propagator.cs
- InstanceContextMode.cs
- ActivityBuilderHelper.cs
- BasicExpandProvider.cs
- _UncName.cs
- SourceChangedEventArgs.cs
- MetadataProperty.cs
- RoleGroupCollection.cs
- OptimizerPatterns.cs
- Enlistment.cs
- QilGenerator.cs
- InvokeProviderWrapper.cs
- SystemColorTracker.cs
- WSTransactionSection.cs
- SystemEvents.cs
- SqlParameter.cs
- HttpResponseInternalWrapper.cs
- MLangCodePageEncoding.cs
- OleDbCommandBuilder.cs
- TreeViewImageKeyConverter.cs
- DataBoundControlDesigner.cs
- SymDocumentType.cs
- CompositeTypefaceMetrics.cs
- ColorConverter.cs
- MissingMemberException.cs
- SecurityTokenAuthenticator.cs
- DbRetry.cs
- CodeChecksumPragma.cs
- DispatcherProcessingDisabled.cs
- SmiXetterAccessMap.cs
- CharAnimationUsingKeyFrames.cs