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
- WpfXamlType.cs
- ComponentResourceManager.cs
- ScriptingSectionGroup.cs
- PriorityChain.cs
- Stack.cs
- ObjectConverter.cs
- ProcessModuleCollection.cs
- PropertyGridDesigner.cs
- DataColumnMappingCollection.cs
- ZipIOLocalFileBlock.cs
- __ComObject.cs
- XmlHierarchicalEnumerable.cs
- PropertyIDSet.cs
- Panel.cs
- XMLSchema.cs
- QueryAccessibilityHelpEvent.cs
- XPathNode.cs
- UInt16Converter.cs
- Operand.cs
- SapiRecognizer.cs
- FileUpload.cs
- LayoutExceptionEventArgs.cs
- DrawingBrush.cs
- TypeValidationEventArgs.cs
- InternalControlCollection.cs
- SctClaimDictionary.cs
- CreateUserWizardStep.cs
- BinaryMessageFormatter.cs
- HierarchicalDataBoundControlAdapter.cs
- FormParameter.cs
- SynchronizedInputPattern.cs
- SerializationSectionGroup.cs
- InstallerTypeAttribute.cs
- XamlSerializer.cs
- ProxyWebPartConnectionCollection.cs
- WebServicesDescriptionAttribute.cs
- WindowCollection.cs
- ComboBoxHelper.cs
- XmlNodeWriter.cs
- MethodToken.cs
- DataGridViewCellParsingEventArgs.cs
- EventPropertyMap.cs
- StaticSiteMapProvider.cs
- ISAPIRuntime.cs
- AffineTransform3D.cs
- FixedSOMTextRun.cs
- KnownIds.cs
- LayoutEditorPart.cs
- ParseNumbers.cs
- CorePropertiesFilter.cs
- GatewayDefinition.cs
- ResolveMatchesApril2005.cs
- XmlDataImplementation.cs
- XmlSchemaAll.cs
- BinaryNode.cs
- columnmapfactory.cs
- ProfileInfo.cs
- DbMetaDataColumnNames.cs
- RawStylusInputCustomDataList.cs
- ProcessInfo.cs
- ServicePoint.cs
- BindingValueChangedEventArgs.cs
- OdbcRowUpdatingEvent.cs
- InlinedLocationReference.cs
- ScriptResourceInfo.cs
- SqlDataAdapter.cs
- StreamWriter.cs
- SqlDataSourceView.cs
- ServiceObjectContainer.cs
- DataGridViewCellStyleChangedEventArgs.cs
- messageonlyhwndwrapper.cs
- SecurityKeyUsage.cs
- Animatable.cs
- PropertyEmitter.cs
- StyleModeStack.cs
- HwndSource.cs
- ObjectKeyFrameCollection.cs
- XmlObjectSerializerWriteContext.cs
- SettingsPropertyWrongTypeException.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- XmlLanguageConverter.cs
- ProjectionPathBuilder.cs
- PolyLineSegmentFigureLogic.cs
- StructuralCache.cs
- CacheAxisQuery.cs
- MULTI_QI.cs
- TransformerInfoCollection.cs
- _NetRes.cs
- SqlDependencyUtils.cs
- AssemblyAssociatedContentFileAttribute.cs
- InvalidAsynchronousStateException.cs
- ToolStripItemDesigner.cs
- SqlDataSourceCache.cs
- SqlStream.cs
- InputBindingCollection.cs
- CryptographicAttribute.cs
- WindowsIPAddress.cs
- DragEvent.cs
- ButtonFlatAdapter.cs
- RelationshipEndCollection.cs