Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
}
///
///
/// [To be supplied.]
///
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.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigurationManagerInternalFactory.cs
- IFormattable.cs
- NamespaceList.cs
- BaseCodePageEncoding.cs
- Schema.cs
- ArrayEditor.cs
- DrawingAttributesDefaultValueFactory.cs
- Evidence.cs
- TailPinnedEventArgs.cs
- CheckBoxFlatAdapter.cs
- SessionStateContainer.cs
- SimpleApplicationHost.cs
- WebSysDescriptionAttribute.cs
- XsltQilFactory.cs
- XamlToRtfWriter.cs
- ItemList.cs
- LambdaCompiler.Address.cs
- ReturnType.cs
- DecimalConverter.cs
- Unit.cs
- CodeSubDirectory.cs
- SmtpNtlmAuthenticationModule.cs
- PerfCounterSection.cs
- FastPropertyAccessor.cs
- FormsAuthenticationUserCollection.cs
- XPathSelfQuery.cs
- ItemChangedEventArgs.cs
- Latin1Encoding.cs
- HwndMouseInputProvider.cs
- SnapshotChangeTrackingStrategy.cs
- OutputCacheProfileCollection.cs
- SystemColorTracker.cs
- ReservationNotFoundException.cs
- ListBoxAutomationPeer.cs
- CaseCqlBlock.cs
- IIS7WorkerRequest.cs
- _TransmitFileOverlappedAsyncResult.cs
- XmlCompatibilityReader.cs
- PageAsyncTaskManager.cs
- CustomErrorCollection.cs
- TextElementEnumerator.cs
- translator.cs
- Visual.cs
- CodeSubDirectory.cs
- DrawListViewColumnHeaderEventArgs.cs
- DesignTimeTemplateParser.cs
- TdsParserStaticMethods.cs
- CreateDataSourceDialog.cs
- PropertyGeneratedEventArgs.cs
- SecurityTokenRequirement.cs
- EDesignUtil.cs
- BCryptSafeHandles.cs
- HMAC.cs
- SqlDataSourceCommandEventArgs.cs
- ComponentEvent.cs
- UrlPath.cs
- SqlMultiplexer.cs
- HttpModulesSection.cs
- SafeLocalMemHandle.cs
- ProcessHostServerConfig.cs
- RectKeyFrameCollection.cs
- ListViewGroupConverter.cs
- PerformanceCountersElement.cs
- Model3DGroup.cs
- COM2IPerPropertyBrowsingHandler.cs
- WindowsFormsSynchronizationContext.cs
- AuthenticationService.cs
- XhtmlConformanceSection.cs
- ServiceParser.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- GeneralTransform3DCollection.cs
- DocumentPageTextView.cs
- XmlSchemaDocumentation.cs
- EndpointIdentityExtension.cs
- TextDataBindingHandler.cs
- CompareInfo.cs
- Clause.cs
- UdpTransportSettingsElement.cs
- DataSourceHelper.cs
- CodeTypeOfExpression.cs
- SoapAttributeAttribute.cs
- DataPagerFieldItem.cs
- CursorConverter.cs
- FixedPage.cs
- WebPartCatalogCloseVerb.cs
- PermissionSet.cs
- MergeLocalizationDirectives.cs
- VerificationException.cs
- Currency.cs
- OdbcCommand.cs
- Dump.cs
- ThreadInterruptedException.cs
- ScriptReference.cs
- SecurityTokenProvider.cs
- ExecutionEngineException.cs
- DBDataPermissionAttribute.cs
- BasePattern.cs
- DoubleLink.cs
- SortedDictionary.cs
- HttpModuleCollection.cs