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
- PropertyValueChangedEvent.cs
- CommandBinding.cs
- UnsafeNativeMethods.cs
- TokenBasedSet.cs
- ListenerServiceInstallComponent.cs
- CoreChannel.cs
- XPathScanner.cs
- SetStoryboardSpeedRatio.cs
- AnonymousIdentificationModule.cs
- ModelVisual3D.cs
- Int32CollectionValueSerializer.cs
- Panel.cs
- GenerateScriptTypeAttribute.cs
- CollectionMarkupSerializer.cs
- PageHandlerFactory.cs
- DataKeyArray.cs
- ListMarkerSourceInfo.cs
- ServiceReflector.cs
- PerfService.cs
- DataSourceCacheDurationConverter.cs
- Simplifier.cs
- ListDesigner.cs
- EventLogWatcher.cs
- ErasingStroke.cs
- KeysConverter.cs
- HeaderFilter.cs
- HwndStylusInputProvider.cs
- FormViewInsertedEventArgs.cs
- QuaternionRotation3D.cs
- DeploymentSectionCache.cs
- ReceiveContent.cs
- cache.cs
- AsyncOperation.cs
- FormViewPageEventArgs.cs
- UIServiceHelper.cs
- DrawingAttributes.cs
- TraceContext.cs
- ProtectedConfigurationSection.cs
- Help.cs
- Hex.cs
- InvokeMethodDesigner.xaml.cs
- StateChangeEvent.cs
- BuildProviderUtils.cs
- RowToFieldTransformer.cs
- IndentTextWriter.cs
- TransformerInfoCollection.cs
- LogicalExpressionEditor.cs
- NoResizeSelectionBorderGlyph.cs
- TablePattern.cs
- __Error.cs
- TemplatedEditableDesignerRegion.cs
- InstanceStoreQueryResult.cs
- InvokeProviderWrapper.cs
- WeakReferenceEnumerator.cs
- XmlDataLoader.cs
- DesignTimeParseData.cs
- Directory.cs
- SubclassTypeValidatorAttribute.cs
- DecimalFormatter.cs
- XmlDataContract.cs
- SizeConverter.cs
- Mappings.cs
- FixedHyperLink.cs
- LogWriteRestartAreaState.cs
- MenuEventArgs.cs
- SoapIncludeAttribute.cs
- CodeDesigner.cs
- DynamicControl.cs
- Dump.cs
- AutomationPatternInfo.cs
- StringUtil.cs
- ping.cs
- AutomationPatternInfo.cs
- AssemblyNameUtility.cs
- Nullable.cs
- AggregateException.cs
- DataObject.cs
- ReflectPropertyDescriptor.cs
- DesignTimeVisibleAttribute.cs
- TypeLoadException.cs
- Triangle.cs
- MessageQueueInstaller.cs
- Keywords.cs
- XNodeNavigator.cs
- ToolStripDropDownButton.cs
- HtmlTable.cs
- Util.cs
- KnownBoxes.cs
- SQLString.cs
- FixedSOMElement.cs
- SmiTypedGetterSetter.cs
- UndoManager.cs
- SessionStateModule.cs
- MessageQueuePermission.cs
- SortQueryOperator.cs
- KeyGestureConverter.cs
- SetMemberBinder.cs
- BidOverLoads.cs
- CalendarDayButton.cs
- ListViewDeleteEventArgs.cs