Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DayRenderEvent.cs / 1305376 / DayRenderEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { ////// public sealed class DayRenderEventArgs { CalendarDay day; TableCell cell; string selectUrl; ///Provides data for the ///event of a . /// /// public DayRenderEventArgs(TableCell cell, CalendarDay day) { this.day = day; this.cell = cell; } public DayRenderEventArgs(TableCell cell, CalendarDay day, string selectUrl) { this.day = day; this.cell = cell; this.selectUrl = selectUrl; } ///Initializes a new instance of the ///class. /// public TableCell Cell { get { return cell; } } ///Gets the cell that contains the day. This property is read-only. ////// public CalendarDay Day { get { return day; } } public string SelectUrl { get { return selectUrl; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the day to render. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignerSerializerAttribute.cs
- Int64.cs
- AsymmetricKeyExchangeFormatter.cs
- DataGridClipboardCellContent.cs
- ConfigurationManagerInternal.cs
- DataControlPagerLinkButton.cs
- ClassHandlersStore.cs
- RegexGroupCollection.cs
- ToolStripPanelRenderEventArgs.cs
- ConfigurationStrings.cs
- DataGridViewDataErrorEventArgs.cs
- DbConnectionOptions.cs
- DrawToolTipEventArgs.cs
- RightsManagementInformation.cs
- FileNotFoundException.cs
- WorkflowCommandExtensionItem.cs
- ImageListStreamer.cs
- XmlNodeComparer.cs
- BrowserDefinition.cs
- MessageSecurityProtocol.cs
- MultipleFilterMatchesException.cs
- LogicalTreeHelper.cs
- ContentDisposition.cs
- SQLDecimal.cs
- SqlExpander.cs
- TaskFormBase.cs
- MaskedTextBox.cs
- CommandHelper.cs
- BehaviorEditorPart.cs
- DefaultSettingsSection.cs
- TypeDescriptor.cs
- PackageDigitalSignature.cs
- milrender.cs
- HMACSHA512.cs
- DelimitedListTraceListener.cs
- BaseTemplateCodeDomTreeGenerator.cs
- TypeHelper.cs
- InheritanceRules.cs
- OdbcUtils.cs
- ListBoxItem.cs
- DataGridViewComponentPropertyGridSite.cs
- StaticExtensionConverter.cs
- StrokeCollection2.cs
- SBCSCodePageEncoding.cs
- DependencyPropertyValueSerializer.cs
- PageAdapter.cs
- WebPartUserCapability.cs
- CompilerErrorCollection.cs
- TextMarkerSource.cs
- WrapPanel.cs
- DesignTimeDataBinding.cs
- PerformanceCounterPermission.cs
- ProfileService.cs
- FollowerQueueCreator.cs
- Debug.cs
- CharacterHit.cs
- CompilerState.cs
- ClientProxyGenerator.cs
- XmlEncodedRawTextWriter.cs
- BitmapVisualManager.cs
- Base64Encoder.cs
- DispatchOperation.cs
- ViewKeyConstraint.cs
- RangeBase.cs
- RawUIStateInputReport.cs
- NoneExcludedImageIndexConverter.cs
- OletxDependentTransaction.cs
- EventMappingSettingsCollection.cs
- SizeConverter.cs
- ThrowHelper.cs
- SqlDataSourceSelectingEventArgs.cs
- FormViewUpdatedEventArgs.cs
- EncoderReplacementFallback.cs
- AggregateNode.cs
- QilList.cs
- StylusPoint.cs
- HttpRequestBase.cs
- BaseCodeDomTreeGenerator.cs
- Convert.cs
- XappLauncher.cs
- DiffuseMaterial.cs
- MarkupCompilePass1.cs
- DecoderNLS.cs
- SynchronizedInputAdaptor.cs
- ListViewDataItem.cs
- HierarchicalDataBoundControl.cs
- RelationshipConstraintValidator.cs
- CollectionMarkupSerializer.cs
- ToolStripSeparatorRenderEventArgs.cs
- HighContrastHelper.cs
- FixUp.cs
- HttpResponseHeader.cs
- PerformanceCounters.cs
- _SslStream.cs
- DetailsViewRow.cs
- BaseCodePageEncoding.cs
- HttpPostedFile.cs
- TableCell.cs
- CacheHelper.cs
- ServiceModelStringsVersion1.cs