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
- MetadataItem.cs
- AspCompat.cs
- Encoder.cs
- XmlReflectionImporter.cs
- SafeFileMappingHandle.cs
- AuthenticationService.cs
- NonClientArea.cs
- SQLCharsStorage.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- LinkLabelLinkClickedEvent.cs
- TypeDescriptor.cs
- MetadataWorkspace.cs
- XomlSerializationHelpers.cs
- PersonalizationProviderCollection.cs
- MtomMessageEncodingElement.cs
- DataObjectMethodAttribute.cs
- StatusBarPanel.cs
- Cursor.cs
- MultiAsyncResult.cs
- SystemResources.cs
- TypeToArgumentTypeConverter.cs
- CopyAttributesAction.cs
- ParameterToken.cs
- BroadcastEventHelper.cs
- CharUnicodeInfo.cs
- XmlKeywords.cs
- ReadOnlyDataSourceView.cs
- ChannelSinkStacks.cs
- ScrollBar.cs
- MessagePartDescriptionCollection.cs
- OutputCacheModule.cs
- XPathExpr.cs
- ImageFormatConverter.cs
- securitycriticaldataformultiplegetandset.cs
- ColumnHeaderConverter.cs
- SqlOuterApplyReducer.cs
- WebPartTracker.cs
- X509Certificate.cs
- SectionVisual.cs
- OrderPreservingMergeHelper.cs
- ConfigXmlAttribute.cs
- SystemIPInterfaceProperties.cs
- NetMsmqSecurityMode.cs
- HitTestFilterBehavior.cs
- BinaryFormatter.cs
- Delegate.cs
- BinaryOperationBinder.cs
- FilterElement.cs
- Sql8ConformanceChecker.cs
- ImageListUtils.cs
- _NegoStream.cs
- UnionCodeGroup.cs
- IisTraceWebEventProvider.cs
- HtmlCommandAdapter.cs
- TimersDescriptionAttribute.cs
- DbProviderServices.cs
- PrintDocument.cs
- DbConnectionStringBuilder.cs
- MessageBox.cs
- Bits.cs
- Quaternion.cs
- DateTimeConstantAttribute.cs
- DesignObjectWrapper.cs
- ClientCultureInfo.cs
- SoapAttributes.cs
- PropertyChange.cs
- Signature.cs
- RepeatButtonAutomationPeer.cs
- PersonalizationStateInfo.cs
- BasicExpressionVisitor.cs
- MachineKeySection.cs
- ServiceInstallComponent.cs
- BStrWrapper.cs
- NamedPipeWorkerProcess.cs
- WpfWebRequestHelper.cs
- StatusInfoItem.cs
- OleDbInfoMessageEvent.cs
- CookieProtection.cs
- securestring.cs
- DocumentApplicationJournalEntry.cs
- HtmlInputReset.cs
- StrokeCollectionConverter.cs
- PerspectiveCamera.cs
- ISAPIRuntime.cs
- ToolStripItemClickedEventArgs.cs
- DrawTreeNodeEventArgs.cs
- MonthChangedEventArgs.cs
- Internal.cs
- ManifestSignatureInformation.cs
- GenericPrincipal.cs
- ElapsedEventArgs.cs
- cookiecollection.cs
- AttachedPropertyMethodSelector.cs
- Utils.cs
- FocusWithinProperty.cs
- ConnectionsZone.cs
- wgx_render.cs
- ReadOnlyAttribute.cs
- WorkflowMarkupSerializer.cs
- EndpointNotFoundException.cs