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
- SqlDataSourceCommandEventArgs.cs
- BamlLocalizationDictionary.cs
- Currency.cs
- TableRowsCollectionEditor.cs
- ArgumentDirectionHelper.cs
- ObjectStorage.cs
- WindowsToolbar.cs
- IntSecurity.cs
- FormsAuthenticationTicket.cs
- PropertyBuilder.cs
- HwndSourceParameters.cs
- Base64Stream.cs
- ToolboxItemFilterAttribute.cs
- SourceSwitch.cs
- AspCompat.cs
- TextTreeTextNode.cs
- ErrorProvider.cs
- BoolExpression.cs
- TypeUsage.cs
- ListViewGroupItemCollection.cs
- dsa.cs
- ContentElementAutomationPeer.cs
- CalloutQueueItem.cs
- UpdatePanel.cs
- FormsAuthenticationEventArgs.cs
- WindowsStatic.cs
- RawStylusInput.cs
- TdsParser.cs
- KeyInfo.cs
- LookupNode.cs
- WinFormsComponentEditor.cs
- TextContainerChangeEventArgs.cs
- ObjectCacheHost.cs
- HtmlTableCell.cs
- VisualTreeUtils.cs
- StringOutput.cs
- CacheEntry.cs
- RecommendedAsConfigurableAttribute.cs
- CallContext.cs
- TextEditorDragDrop.cs
- GroupBox.cs
- XmlSchemaObjectTable.cs
- MD5.cs
- UserNamePasswordServiceCredential.cs
- FileUtil.cs
- DbConnectionFactory.cs
- ResourcePool.cs
- Gdiplus.cs
- RuleValidation.cs
- HtmlButton.cs
- bindurihelper.cs
- RepeatInfo.cs
- ServerIdentity.cs
- DataTableClearEvent.cs
- TripleDESCryptoServiceProvider.cs
- ParseNumbers.cs
- IPAddressCollection.cs
- FileReservationCollection.cs
- StagingAreaInputItem.cs
- SendMailErrorEventArgs.cs
- DependencyObject.cs
- ViewCellRelation.cs
- GenericTypeParameterBuilder.cs
- FixedSchema.cs
- WebPartActionVerb.cs
- BasicAsyncResult.cs
- ObjectSecurity.cs
- InvokeMethod.cs
- InteropExecutor.cs
- LongTypeConverter.cs
- ProxyHelper.cs
- SpellerHighlightLayer.cs
- SystemException.cs
- RawStylusActions.cs
- AllMembershipCondition.cs
- SqlDataAdapter.cs
- ExpandableObjectConverter.cs
- ClockGroup.cs
- SerializationInfo.cs
- DrawingGroupDrawingContext.cs
- LogAppendAsyncResult.cs
- EpmContentSerializer.cs
- MouseOverProperty.cs
- BoundConstants.cs
- ReadOnlyHierarchicalDataSource.cs
- SingleStorage.cs
- Verify.cs
- FlowNode.cs
- ReadOnlyObservableCollection.cs
- GridViewRowEventArgs.cs
- GcSettings.cs
- CodeFieldReferenceExpression.cs
- WorkflowDefinitionDispenser.cs
- ToolboxSnapDragDropEventArgs.cs
- BrowserCapabilitiesCompiler.cs
- CollectionViewGroupInternal.cs
- ObjectSet.cs
- PathTooLongException.cs
- CustomAttributeFormatException.cs
- Control.cs