Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / DateBoldEvent.cs / 1 / 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
- RoutedEventHandlerInfo.cs
- FileLoadException.cs
- AppDomainGrammarProxy.cs
- DBCSCodePageEncoding.cs
- SubordinateTransaction.cs
- MobilePage.cs
- PngBitmapEncoder.cs
- DesignerDataColumn.cs
- DrawItemEvent.cs
- ContextMenu.cs
- DataGridViewCellEventArgs.cs
- StatusBarDrawItemEvent.cs
- IconConverter.cs
- HtmlTextArea.cs
- WebPartsPersonalizationAuthorization.cs
- ListItemConverter.cs
- TextFindEngine.cs
- ConfigurationSettings.cs
- FormsAuthenticationCredentials.cs
- ProcessInfo.cs
- MarshalByValueComponent.cs
- PolyBezierSegment.cs
- ScriptResourceHandler.cs
- WmlLabelAdapter.cs
- FloaterBaseParagraph.cs
- SerializationException.cs
- ContentType.cs
- HandledEventArgs.cs
- ComplexBindingPropertiesAttribute.cs
- unitconverter.cs
- NameObjectCollectionBase.cs
- SmiTypedGetterSetter.cs
- CustomCredentialPolicy.cs
- DocComment.cs
- TrackingMemoryStream.cs
- MethodToken.cs
- PathGradientBrush.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- KoreanCalendar.cs
- PropertyNames.cs
- CallbackException.cs
- SortQuery.cs
- CodeTypeMemberCollection.cs
- MetaChildrenColumn.cs
- ManualResetEventSlim.cs
- DataList.cs
- HScrollBar.cs
- COM2ExtendedBrowsingHandler.cs
- TemplateBindingExpression.cs
- TextElement.cs
- ObjectListComponentEditor.cs
- TimeSpanStorage.cs
- DataTableCollection.cs
- Inline.cs
- ChtmlSelectionListAdapter.cs
- XamlTypeMapper.cs
- ControlValuePropertyAttribute.cs
- CaseInsensitiveOrdinalStringComparer.cs
- Activity.cs
- StyleHelper.cs
- ProcessHostServerConfig.cs
- SQLBinary.cs
- BoundField.cs
- DocumentViewerHelper.cs
- ActivityCodeDomReferenceService.cs
- CollectionChangeEventArgs.cs
- DataGridViewComboBoxEditingControl.cs
- SingleSelectRootGridEntry.cs
- CornerRadiusConverter.cs
- RightsManagementInformation.cs
- CustomAttributeFormatException.cs
- InheritanceAttribute.cs
- ToolTipService.cs
- TdsParser.cs
- ListenerElementsCollection.cs
- XPathChildIterator.cs
- DashStyle.cs
- TextSyndicationContent.cs
- UntrustedRecipientException.cs
- TextSearch.cs
- CaseInsensitiveHashCodeProvider.cs
- BitmapEffectInput.cs
- VirtualPathUtility.cs
- FullTextState.cs
- IPHostEntry.cs
- XmlEntityReference.cs
- TableParagraph.cs
- BamlResourceContent.cs
- ValidatingReaderNodeData.cs
- BitmapCodecInfo.cs
- RuleSetCollection.cs
- DataTransferEventArgs.cs
- PublisherMembershipCondition.cs
- SrgsElementFactory.cs
- SingleConverter.cs
- DataGridSortCommandEventArgs.cs
- ConcurrentBag.cs
- ExpressionTextBox.xaml.cs
- XmlToDatasetMap.cs
- EventLogPermissionAttribute.cs