Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DateBoldEvent.cs / 1305376 / DateBoldEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using Microsoft.Win32; ////// /// /// The month calendar control fires this event to request information /// about how the days within the visible months should be displayed. /// // // public class DateBoldEventArgs : EventArgs { readonly DateTime startDate; //the starting date readonly int size; // requested length of array int[] daysToBold = null; internal DateBoldEventArgs(DateTime start, int size) { startDate = start; this.size = size; } ////// /// public DateTime StartDate { get { return startDate; } } ///[To be supplied.] ////// /// public int Size { get { return size; } } ///[To be supplied.] ////// /// public int[] DaysToBold { get { return daysToBold; } set { daysToBold = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using Microsoft.Win32; ////// /// /// The month calendar control fires this event to request information /// about how the days within the visible months should be displayed. /// // // public class DateBoldEventArgs : EventArgs { readonly DateTime startDate; //the starting date readonly int size; // requested length of array int[] daysToBold = null; internal DateBoldEventArgs(DateTime start, int size) { startDate = start; this.size = size; } ////// /// public DateTime StartDate { get { return startDate; } } ///[To be supplied.] ////// /// public int Size { get { return size; } } ///[To be supplied.] ////// /// public int[] DaysToBold { get { return daysToBold; } set { daysToBold = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BitmapEffectInputData.cs
- MiniParameterInfo.cs
- CommonXSendMessage.cs
- StylusPointPropertyUnit.cs
- NavigateEvent.cs
- BindingMAnagerBase.cs
- IPAddress.cs
- DeclaredTypeElementCollection.cs
- PrimaryKeyTypeConverter.cs
- XmlNamespaceMapping.cs
- JsonSerializer.cs
- DataKey.cs
- WebConfigurationManager.cs
- WorkflowMarkupSerializer.cs
- Queue.cs
- WhitespaceReader.cs
- CodeCommentStatement.cs
- Context.cs
- ObjectToIdCache.cs
- JsonWriter.cs
- UserMapPath.cs
- SqlCacheDependencySection.cs
- EventArgs.cs
- DataBoundControlActionList.cs
- DataSvcMapFile.cs
- PassportIdentity.cs
- GifBitmapDecoder.cs
- UnsafeMethods.cs
- DelegateHelpers.Generated.cs
- HttpRuntimeSection.cs
- Timer.cs
- PathData.cs
- RunWorkerCompletedEventArgs.cs
- EventLog.cs
- InnerItemCollectionView.cs
- TabControlAutomationPeer.cs
- MimeAnyImporter.cs
- MatrixTransform3D.cs
- mactripleDES.cs
- PermissionAttributes.cs
- FixedFindEngine.cs
- WindowsHyperlink.cs
- WriteableBitmap.cs
- ReturnValue.cs
- DefinitionBase.cs
- XmlSchemaExternal.cs
- SafeMILHandle.cs
- UriSchemeKeyedCollection.cs
- EnumerableRowCollection.cs
- UnionExpr.cs
- ToolStripItem.cs
- EventlogProvider.cs
- Panel.cs
- TransformerInfo.cs
- NamedPipeConnectionPoolSettingsElement.cs
- Int32Converter.cs
- SoapAttributeOverrides.cs
- DrawingAttributes.cs
- EntityDesignerDataSourceView.cs
- LineUtil.cs
- MemoryMappedViewAccessor.cs
- QueryGenerator.cs
- OrCondition.cs
- ExpandableObjectConverter.cs
- IdentityManager.cs
- DataSvcMapFileSerializer.cs
- DescriptionCreator.cs
- DEREncoding.cs
- StringInfo.cs
- IntMinMaxAggregationOperator.cs
- SystemWebSectionGroup.cs
- AlternateView.cs
- WebPartAddingEventArgs.cs
- TrustLevelCollection.cs
- IdentityReference.cs
- JsonSerializer.cs
- SystemTcpConnection.cs
- CheckBoxStandardAdapter.cs
- QueuePathDialog.cs
- PersistenceProviderBehavior.cs
- SessionStateSection.cs
- InvalidCommandTreeException.cs
- Point3DCollectionConverter.cs
- ManualResetEvent.cs
- DataMember.cs
- DataObjectMethodAttribute.cs
- BaseTemplateCodeDomTreeGenerator.cs
- XmlAggregates.cs
- CodeCompileUnit.cs
- ContainerSelectorBehavior.cs
- GradientBrush.cs
- FontCollection.cs
- DomainLiteralReader.cs
- VisualStateChangedEventArgs.cs
- XmlArrayItemAttributes.cs
- StreamInfo.cs
- InlineCategoriesDocument.cs
- XMLSyntaxException.cs
- CodeCompiler.cs
- DataGridViewColumnStateChangedEventArgs.cs